Changes between Version 13 and Version 14 of RelationalDesign


Ignore:
Timestamp:
11/30/22 13:48:11 (2 years ago)
Author:
201063
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v13 v14  
    4848=== М-М Релации
    4949
    50 donor_donates_to_organisation (**id_user***''(donor)'', **id_organisation***''(organisation)'')
     50donor_donates_to_organisation (__**id_user***__''(donor)'', __**id_organisation***__''(organisation)'')
    5151
    52 adopter_views_post (**id_user***''(adopter)'', **id_post***''(post)'')
     52adopter_views_post (__**id_user***__''(adopter)'', __**id_post***__''(post)'')
    5353
    54 pet_belongs_to_category (**id_pet***''(pet)'', **id_category***''(category)'')
     54pet_belongs_to_category (__**id_pet***__''(pet)'', __**id_category***__''(category)'')
    5555
    56 pet_needs_therapy (**id_pet***''(pet)'', **id_therapy***''(therapy)'')
     56pet_needs_therapy (__**id_pet***__''(pet)'', __**id_therapy***__''(therapy)'')
    5757
    58 pet_preferably_eats_food (**id_pet***''(pet)'', **id_food***''(food)'', **quantity_a_day**)
     58pet_preferably_eats_food (__**id_pet***__''(pet)'', __**id_food***__''(food)'', **quantity_a_day**)
    5959
    60 pet_needs_intervention_in_vet_clinic (**id_pet***''(pet)'', **id_vet_clinic***''(vetClinic)'', **date_of_interventing**)
     60pet_needs_intervention_in_vet_clinic (__**id_pet***__''(pet)'', __**id_vet_clinic***__''(vetClinic)'', **date_of_interventing**)
    6161
    6262== Релациски дијаграм