chaging schemas for front
This commit is contained in:
@@ -11,7 +11,7 @@ enum TeamOwnerRole {
|
||||
type Team @table(name: "team") {
|
||||
id: UUID! @default(expr: "uuidV4()")
|
||||
teamName: String!
|
||||
ownerId: UUID!
|
||||
ownerId: String!
|
||||
ownerName: String!
|
||||
ownerRole: TeamOwnerRole!
|
||||
favoriteStaff: String
|
||||
|
||||
Reference in New Issue
Block a user