recent claim added to claim page
This commit is contained in:
@@ -99,7 +99,7 @@ model Claim {
|
||||
insuranceProvider String // e.g., "Delta MA"
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @updatedAt
|
||||
status String @default("pending") // "pending", "completed", "cancelled", "no-show"
|
||||
status String @default("pending") // "pending", "approved", "cancelled", "review"
|
||||
|
||||
patient Patient @relation(fields: [patientId], references: [id], onDelete: Cascade)
|
||||
appointment Appointment @relation(fields: [appointmentId], references: [id], onDelete: Cascade)
|
||||
|
||||
Reference in New Issue
Block a user