adding isProfileVisible for the staff

This commit is contained in:
José Salazar
2026-02-16 14:52:17 -05:00
parent b3b84b6293
commit 5f96d5087b
4 changed files with 667 additions and 713 deletions

View File

@@ -85,6 +85,8 @@ type Staff @table(name: "staffs") {
initial: String
englishRequired: Boolean @default(expr: "false")
isProfileVisible: Boolean @default(expr: "true")
addres: String
placeId: String
latitude: Float