modications for hubs and teams
This commit is contained in:
@@ -3,7 +3,7 @@ type Team @table(name: "teams") {
|
||||
id: UUID! @default(expr: "uuidV4()")
|
||||
teamName: String!
|
||||
|
||||
ownerId: String! #vendor/business
|
||||
ownerId: UUID! #vendor/business
|
||||
ownerName: String!
|
||||
ownerRole: String!
|
||||
email: String
|
||||
|
||||
Reference in New Issue
Block a user