Changes between Version 9 and Version 10 of Design


Ignore:
Timestamp:
12/17/25 22:49:22 (13 days ago)
Author:
213140
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Design

    v9 v10  
    1414* id_therapist референцира од therapist
    1515
    16 therapist (__'''id_therapist'''__, __id_user__*, '''office_location''', '''degree''', '''years_exp''')
     16therapist (__'''id_therapist'''__, __id_user__*, '''office_location''', '''degree''', '''years_exp''', '''consultation_slots''')
    1717* id_user референцира од user
    1818
    19 blog (__'''id_blog'''__, __id_patient__*, '''content''', '''date_of_post''')
     19blog (__'''id_blog'''__, __id_patient__*, '''content''', '''date_of_post''', '''title''')
    2020* id_patient референцира од patient
    2121
     
    2424* id_patient референцира од patient
    2525
    26 diary (__'''id_diary'''__, __id_patient__*, '''date''', '''daily_rating''')
    27 * id_patient референцира од patient
    28 
    29 payment (__'''id_payment'''__, __id_patient__*, '''price''', '''date_of_payment''')
     26diary (__'''id_diary'''__, __id_patient__*, '''date''', '''daily_rating''', '''content''')
    3027* id_patient референцира од patient
    3128
    3229therapy (__'''id_therapy'''__, '''name''', '''dose''', '''exp_date''')
    3330
    34 consultation (__'''id_consultation'''__, '''date''', '''price''')
     31consultation (__'''id_consultation'''__, '''date''', '''price''', '''date_of_payment''', '''advice''')
    3532
    3633== DDL скрипта за бришење и креирање на табелите