Open juanramirez opened 3 years ago
Note: this is a subtask of #24 Doctor definition page model
The "doctor" DB definition needs to be completed and done. This DB schema will have the following fields:
name
surname
specialty
consultancy_weekdays
true
duties_offset
Note: this is a subtask of #24 Doctor definition page model
The "doctor" DB definition needs to be completed and done. This DB schema will have the following fields:
name
(string, max 16 characters)surname
(string, max 64 characters)specialty
(string, max 64 characters)consultancy_weekdays
(boolean array, 0=Mondays to 6=Sundays,true
means that weekday is a consultancy weekday).duties_offset
(integer, negative number means this doctor has done less duties than the rest).