new schema of teamhub

This commit is contained in:
José Salazar
2026-01-29 12:39:46 -05:00
parent 2d8e862d03
commit 761a2a6680

View File

@@ -5,12 +5,18 @@ type TeamHub @table(name: "team_hubs") {
team: Team! @ref(fields: "teamId", references: "id")
hubName: String!
address: String!
addressLocation: Any #object
placeId: String
latitude: Float
longitude: Float
city: String
state: String
street: String
country: String
zipCode: String
managerName: String
isActive: Boolean! @default(expr: "true")
departments: Any