279 | | |
280 | | |
281 | | |
| 279 | \\ **R22** (pet_cares_id, vet_centers_id, name, address, vet_centers_description, workingHours, |
| 280 | latitude, longitude,roles_id, type, users_id, first_name, last_name, |
| 281 | phoneNumber, email, password, blog_post_for_consultation_id, blog_post_title, |
| 282 | blog_post_description, dateAsked, blog_post_answers_id, parent_id, reply, date_answers, |
| 283 | cities_id, cities_name, reports_id, reports_description, pets_id, pet_status_id, node, |
| 284 | pet_status_type, therapy_id, appoitmentDate, therapy_description, diagnostics_id, |
| 285 | diagnostics_description, medecines_id, manufacturers_name, medecines_description, |
| 286 | manufacturers_id, city, state, manufacturers_name, manufacturers_description, pets_name, |
| 287 | color, dateOfBirthday, pets_description, type_of_pets_id, pet_galery_id, image, orders_id, |
| 288 | products_id, products_name, products_description, category, dateAdded,isActive, price, |
| 289 | available_quantity, quantity, breeds_id, breeds_name, kind_of_pet, type_of_pets_description |
| 290 | ) |
| 291 | \\ **R22** = ( vet_centers_id-> name, address, vet_centers_description, workingHours, latitude, longitude |
| 292 | \\ roles_id->type |
| 293 | \\ users_id -> first_name, last_name, phoneNumber, email, password, roles_id |
| 294 | \\ blog_post_for_consultation_id -> blog_post_title, blog_post_description, dateAsked, users_id |
| 295 | \\ blog_post_answers_id ->parent_id, reply, date_answers, blog_post_for_consultation_id, users_id |
| 296 | \\ cities_id-> cities_name |
| 297 | \\ reports_id-> reports_description, pets_id |
| 298 | \\ reports_id , pets_id→ users_id |
| 299 | \\ pet_status_id->node, pet_status_type |
| 300 | \\ therapy_id->appoitmentDate, therapy_description |
| 301 | \\ diagnostics_id-> diagnostics_description |
| 302 | \\ medecines_id-> medecines_name, medecines_description |
| 303 | \\ pets_id-> pets_name, color, dateOfBirthday, pets_description, type_of_pets_id, users_id |
| 304 | \\ pet_galery_id->image, pets_id |
| 305 | \\ orders_id → userid |
| 306 | \\ products_id-> products_name, products_description, category, dateAdded, isActive, price, available_quantity |
| 307 | \\ products_id, orders_id → quantity |
| 308 | \\ breeds_id-> breeds_name, type_of_pets_id |
| 309 | \\ type_of_pets_id->kind_of_pet, type_of_pets_description |
| 310 | \\ medecines_id → manufacturers_id |
| 311 | \\ vet_centers_id, pets_id → pet_status_id) |
| 312 | **R22 n R21** = pet_cares_id, клуч за R21 => нема губење на податоци. |
| 313 | |