adding isProfileVisible for the staff
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user