yougandar commited on
Commit
cb786e4
1 Parent(s): 5c38095

Update appointment.csv

Browse files
Files changed (1) hide show
  1. appointment.csv +3 -3
appointment.csv CHANGED
@@ -1,3 +1,3 @@
1
- id,patient_username,doctor_username,requested_time,approved_time,status
2
- 1,patient1,doctor1,2024-08-15 09:00:00,2024-08-15 10:00:00,approved
3
- 2,patient1,doctor1,2024-08-16 11:00:00,,pending
 
1
+ appointment_id,patient_id,doctor_id,requested_time,approved_time,status
2
+ 1,2,1,2024-08-15 10:00:00,2024-08-15 11:00:00,approved
3
+ 2,2,1,2024-08-20 09:00:00,,pending