Can anyone have a look at this database diagram be...
# help
b
Can anyone have a look at this database diagram before i begin to port it over to supabase. I've only learnt a bit of database so please bear with me. https://dbdiagram.io/d/622af5c061d06e6eade2f69e I'm trying to make a queue system where user can just press a button and they would be in queue to get an appointment to the doctor for the day
n
Hello @BakaPresident! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
s
Are `User`s Unique in the system? as in do you only have a user once and that user can be assigned to multiple clinics?
n
OasisPotato (2022-03-12)
b
Sorry as in i plan to allow user to be able to queue for any clinics. I think the answer to this is yes
Oh i think i missed out one. I should allow clinics to be tagged towards belonging to multiple user. Clinics usually have multiple doctors
Another issue would be that i have no idea if i should separate between client and doctors… I don’t think i should because theoretically doctors will also need to be a patient something
n
Database modelling help