feat: Organization operations like invite and accept
This commit is contained in:
@@ -6,5 +6,8 @@ model Organization {
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
|
||||
members OrganizationUserJoinTable[]
|
||||
requestingMembers OrganizationJoinRequest[]
|
||||
|
||||
@@map("organization")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user