Changes between Version 16 and Version 17 of RelationalDesign
- Timestamp:
- 01/28/26 11:04:19 (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v16 v17 53 53 22. '''Build''' ('''**__id__**''', '''user_id'''* (Users), '''name''', '''created_at''', description, '''total_price''', '''is_approved''') 54 54 55 23. '''Build_Component''' ('''**__ id__**''', '''**build_id**'''*(Build), '''**component_id**'''*(Component))55 23. '''Build_Component''' ('''**__build_id__**'''*(Build), '''**__component_id__**'''*(Component), num_components) 56 56 57 57 24. '''Favorite_Build''' ('''**__build_id__**'''*(Build), '''**__user_id__**'''*(Users))
