Zoonk.Orgs.OrgMember (Zoonk v0.1.0-dev)

View Source

Defines the OrgMember schema.

Organizations can have multiple members. Keeping track of members is important for scoping content and managing access.

Fields

Field NameTypeDescription
roleEcto.EnumRole is used for permission checks.
org_idIntegerID from Zoonk.Orgs.Org
user_idIntegerID from Zoonk.Accounts.User
inserted_atDateTimeTimestamp when the member was created.
updated_atDateTimeTimestamp when the member was updated.