fix- staff deletion

This commit is contained in:
2026-01-06 02:02:37 +05:30
parent b45383de33
commit 7a4ea21658
3 changed files with 9 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ model Appointment {
model Staff {
id Int @id @default(autoincrement())
userId Int?
userId Int
name String
email String?
role String // e.g., "Dentist", "Hygienist", "Assistant"