Changes between Version 1 and Version 2 of RelationalDesign
- Timestamp:
- 02/05/26 14:13:03 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v1 v2 16 16 Package (__**package_id**__, **name**, **max_usage**) 17 17 18 Review (__**review_id**__, rating, comment, created_at, user_id*(User), service_id*(Service))18 Review (__**review_id**__, rating, comment, created_at, payment_id*(Payment) UNIQUE) 19 19 20 Appointment (__**appointment_id**__, **appointment_time**, **end_time**, notes, **t otal_price**, user_id*(User), status_id*(Status))20 Appointment (__**appointment_id**__, **appointment_time**, **end_time**, notes, **type enum('pre-booked','walk-in')**, **total_price**, user_id*(User), status_id*(Status)) 21 21 22 22 LoyaltyCard (__**card_id**__, **points**, user_id*(User))
