appointment creation done, claim form raw done

This commit is contained in:
2025-05-30 18:32:23 +05:30
parent f6d7d9f93b
commit ebd5f514be
3 changed files with 54 additions and 51 deletions

View File

@@ -57,7 +57,7 @@ model Appointment {
id Int @id @default(autoincrement())
patientId Int
userId Int
staffId Int? // Optional: Appointment may or may not have staff assigned
staffId Int
title String
date DateTime @db.Date
startTime String // Store time as "hh:mm"