Changes between Version 9 and Version 10 of RelationalDesign
- Timestamp:
- 11/30/22 13:35:46 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v9 v10 15 15 User (**id_user**, **date_created_user**, **name_user**, **email_user**, **password_user**, telephone_user) 16 16 17 Adopter (**id_user*** (user), free_time, funds, has_other_pets, has_kids, housing, physical_activity_adopters, will_foster, is_verified)17 Adopter (**id_user***''(user)'', free_time, funds, has_other_pets, has_kids, housing, physical_activity_adopters, will_foster, **is_verified**) 18 18 19 Surendee ( id_user*(user))19 Surendee (**id_user***''(user)'') 20 20 21 Employee ( id_user*(user), position)21 Employee (**id_user***''(user)'', **position**) 22 22 23 Admin ( id_user*(user))23 Admin (**id_user***''(user)'') 24 24 25 Donor ( id_user*(user), is_from_organisation)25 Donor (**id_user***''(user)'', **is_from_organisation**) 26 26 27 Organization ( id_organisation, name_organisation, email_organisation, billing_information)27 Organization (**id_organisation**, **name_organisation**, **email_organisation**, **billing_information**) 28 28 29 Shelter ( id_shelter, address_shelter, telephone_shelter)29 Shelter (**id_shelter**, **address_shelter**, **telephone_shelter**) 30 30 31 Post ( id_post, date_post, url_thumbanail)31 Post (**id_post**, **date_post**, url_thumbanail) 32 32 * ограничување: Post мора да биде во точно една од релациите surrendees_publishes_and_manages_posts или employee_publishes_and_manages_post, не смее да не биде во ниту една или пак во двете 33 33 34 Adoption ( id_adoption, start_date, end_date_foster)34 Adoption (**id_adoption**, **start_date**, end_date_foster) 35 35 36 Pet ( id_pet, url_pet_image, age_group, size, breed, name_pet, species, gender, can_be_fostered)36 Pet (**id_pet**, url_pet_image, **age_group**, **size**, breed, name_pet, **species**, **gender**, **can_be_fostered**) 37 37 38 Category ( id_category, name_category)38 Category (**id_category**, **name_category**) 39 39 40 Food ( id_food, manufacturer, name_food, type)40 Food (**id_food**, **manufacturer**, **name_food**, **type**) 41 41 42 Therapy ( id_therapy, health_problem, start_date, end_date)42 Therapy (**id_therapy**, **health_problem**, start_date, end_date) 43 43 44 VetClinic ( Id_vet_clinic, thelephone_vet_clinic, address_vet_clinic)44 VetClinic (**id_vet_clinic**, **telephone_vet_clinic**, **address_vet_clinic**) 45 45 46 46 47 47 === Слаби Ентитети 48 48 49 PersonalProfile (**id_pet***(pet), **friendly_to_kids**, **friendly_to_pets**, **attention**, **physical_activity**, **grooming_needed**) 49 50 50 51 === М-М Релации