Changes between Version 2 and Version 3 of Normalization


Ignore:
Timestamp:
05/19/26 02:59:07 (7 days ago)
Author:
181201
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Normalization

    v2 v3  
    201201'''PetTypes''' ({{{pettype_id}}}, {{{species}}}, {{{average_lifespan}}}, {{{needs_outdoor_walk}}})
    202202
    203 '''Pets''' ({{{pet_id}}}, {{{name}}}, {{{photo}}}, {{{age}}}, {{{special_needs}}}, {{{description}}}, {{{owner_id}}}, {{{pettype_id}}})
    204 
    205 '''Services''' ({{{service_id}}}, {{{type}}}, {{{description}}})
    206 
    207 '''Bookings''' ({{{booking_id}}}, {{{status}}}, {{{date_from}}}, {{{date_to}}}, {{{address}}}, {{{owner_id}}}, {{{sitter_id}}})
     203'''Pets''' ({{{pet_id}}}, {{{pet_name}}}, {{{photo}}}, {{{age}}}, {{{special_needs}}}, {{{pet_description}}}, {{{owner_id}}}, {{{pettype_id}}})
     204
     205'''Services''' ({{{service_id}}}, {{{service_type}}}, {{{service_description}}})
     206
     207'''Bookings''' ({{{booking_id}}}, {{{booking_status}}}, {{{date_from}}}, {{{date_to}}}, {{{address}}}, {{{owner_id}}}, {{{sitter_id}}})
    208208
    209209'''Reviews''' ({{{review_id}}}, {{{rating}}}, {{{comment}}}, {{{booking_id}}})