Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每个医生都应该有自己的工作时间表,周一,周二,......,以及工作时间,半小时的时间段。
我有点迷失如何设计表格并将它们关联起来。
标准设计可能如下:
Doctors(id,name,specialization,...) Patients(id,name,birthdate,.....) Calendar(doc_id,pat_id,startDate,endDate,subject,....)