Changes between Version 9 and Version 10 of Design
- Timestamp:
- 12/17/25 22:49:22 (13 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Design
v9 v10 14 14 * id_therapist референцира од therapist 15 15 16 therapist (__'''id_therapist'''__, __id_user__*, '''office_location''', '''degree''', '''years_exp''' )16 therapist (__'''id_therapist'''__, __id_user__*, '''office_location''', '''degree''', '''years_exp''', '''consultation_slots''') 17 17 * id_user референцира од user 18 18 19 blog (__'''id_blog'''__, __id_patient__*, '''content''', '''date_of_post''' )19 blog (__'''id_blog'''__, __id_patient__*, '''content''', '''date_of_post''', '''title''') 20 20 * id_patient референцира од patient 21 21 … … 24 24 * id_patient референцира од patient 25 25 26 diary (__'''id_diary'''__, __id_patient__*, '''date''', '''daily_rating''') 27 * id_patient референцира од patient 28 29 payment (__'''id_payment'''__, __id_patient__*, '''price''', '''date_of_payment''') 26 diary (__'''id_diary'''__, __id_patient__*, '''date''', '''daily_rating''', '''content''') 30 27 * id_patient референцира од patient 31 28 32 29 therapy (__'''id_therapy'''__, '''name''', '''dose''', '''exp_date''') 33 30 34 consultation (__'''id_consultation'''__, '''date''', '''price''' )31 consultation (__'''id_consultation'''__, '''date''', '''price''', '''date_of_payment''', '''advice''') 35 32 36 33 == DDL скрипта за бришење и креирање на табелите
