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.
各医師は、月曜日、火曜日などの独自の勤務スケジュールと、勤務時間、30 分の時間帯を設定する必要があります。
テーブルをどのように設計し、それらを関連付けるかについて、私はちょっと迷っています。
標準設計は次のようになります。
Doctors(id,name,specialization,...) Patients(id,name,birthdate,.....) Calendar(doc_id,pat_id,startDate,endDate,subject,....)