chaging schemas for front

This commit is contained in:
José Salazar
2025-12-04 17:05:27 -05:00
parent ef88639463
commit cf18fdb16b
9 changed files with 43 additions and 31 deletions

View File

@@ -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