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