Changes between Version 13 and Version 14 of RelationalDesign
- Timestamp:
- 11/30/22 13:48:11 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v13 v14 48 48 === М-М Релации 49 49 50 donor_donates_to_organisation ( **id_user***''(donor)'', **id_organisation***''(organisation)'')50 donor_donates_to_organisation (__**id_user***__''(donor)'', __**id_organisation***__''(organisation)'') 51 51 52 adopter_views_post ( **id_user***''(adopter)'', **id_post***''(post)'')52 adopter_views_post (__**id_user***__''(adopter)'', __**id_post***__''(post)'') 53 53 54 pet_belongs_to_category ( **id_pet***''(pet)'', **id_category***''(category)'')54 pet_belongs_to_category (__**id_pet***__''(pet)'', __**id_category***__''(category)'') 55 55 56 pet_needs_therapy ( **id_pet***''(pet)'', **id_therapy***''(therapy)'')56 pet_needs_therapy (__**id_pet***__''(pet)'', __**id_therapy***__''(therapy)'') 57 57 58 pet_preferably_eats_food ( **id_pet***''(pet)'', **id_food***''(food)'', **quantity_a_day**)58 pet_preferably_eats_food (__**id_pet***__''(pet)'', __**id_food***__''(food)'', **quantity_a_day**) 59 59 60 pet_needs_intervention_in_vet_clinic ( **id_pet***''(pet)'', **id_vet_clinic***''(vetClinic)'', **date_of_interventing**)60 pet_needs_intervention_in_vet_clinic (__**id_pet***__''(pet)'', __**id_vet_clinic***__''(vetClinic)'', **date_of_interventing**) 61 61 62 62 == Релациски дијаграм