Changes between Version 52 and Version 53 of Version1


Ignore:
Timestamp:
08/10/24 13:33:15 (7 weeks ago)
Author:
184006
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1

    v52 v53  
    199199available_quantity, quantity, breeds_id, breeds_name, kind_of_pet, type_of_pets_description}
    200200}}}
     201
     202{{{
     203jobs_id -> jobs_description, predistedSalery
     204pet_cares_id ->title, description, start_date, dateEnding
     205vet_centers_id-> name, address, vet_centers_description, workingHours, latitude, longitude
     206roles_id->type
     207users_id -> first_name, last_name, phoneNumber, email, password, roles_id
     208blog_post_for_consultation_id -> blog_post_title, blog_post_description, dateAsked, users_id
     209blog_post_answers_id ->parent_id, reply, date_answers, blog_post_for_consultation_id, users_id
     210cities_id-> cities_name
     211reports_id-> reports_description, pets_id
     212reports_id , pets_id→ users_id
     213pet_status_id->node, pet_status_type
     214therapy_id->appoitmentDate, therapy_description
     215diagnostics_id-> diagnostics_description
     216medecines_id-> medecines_name, medecines_description
     217pets_id-> pets_name, color, dateOfBirthday, pets_description, type_of_pets_id, users_id
     218pet_galery_id->image, pets_id
     219orders_id → userid
     220products_id-> products_name, products_description, category, dateAdded, isActive, price, available_quantity
     221products_id, orders_id → quantity
     222breeds_id-> breeds_name, type_of_pets_id
     223type_of_pets_id->kind_of_pet, type_of_pets_description
     224medecines_id → manufacturers_id
     225vet_centers_id, pets_id → pet_status_id
     226
     227
     228Во вака дефинираната релација нема повеќекратни зависности и атрибути и нема вгнездени релации, па оттука следува дека задоволува 1NF.
     229}}}
     230