Changes between Version 4 and Version 5 of RelationalDesign
- Timestamp:
- 12/17/25 18:18:45 (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v4 v5 29 29 10. '''PC_Case''' ('''**__component_id__**'''* (Components), '''cooler_max_height''', '''gpu_max_length''') 30 30 31 11. '''Case_Storage_Form_Factors''' ('''**__case_id__**'''*(PC_Case), '''**__form_factor__**''' )31 11. '''Case_Storage_Form_Factors''' ('''**__case_id__**'''*(PC_Case), '''**__form_factor__**''', **num_slots**) 32 32 33 33 12. '''Case_PS_Form_Factors''' ('''**__case_id__**'''*(PC_Case), '''**__form_factor__**''') … … 43 43 17. '''Optical_Drive''' ('''**__component_id__**'''* (Components), '''form_factor''', '''type''', '''interface''', '''write_speed''', '''read_speed''') 44 44 45 18. '''Sound_Card''' ('''**__component_id__**'''* (Components), '''sample_rate''', '''bit_depth''', '''chipset''', '''interface''' )45 18. '''Sound_Card''' ('''**__component_id__**'''* (Components), '''sample_rate''', '''bit_depth''', '''chipset''', '''interface''', '''channel''') 46 46 47 19. ''' Sound_Card_Channels''' ('''**__sound_card_id__**'''*(Sound_Card), '''**__channel__**''')47 19. '''Cables''' ('''**__component_id__**'''* (Components), '''length_cm''', '''type''') 48 48 49 20. ''' Cables''' ('''**__component_id__**'''* (Components), '''length_cm''', '''type''')49 20. '''Network_Adapter''' ('''**__component_id__**'''* (Components), '''wifi_version''', '''interface''', '''num_antennas''') 50 50 51 21. '''Network_ Adapter''' ('''**__component_id__**'''* (Components), '''wifi_version''', '''interface''', '''num_antennas''')51 21. '''Network_Card''' ('''**__component_id__**'''* (Components), '''num_ports''', '''speed''', '''interface''') 52 52 53 22. ''' Network_Card''' ('''**__component_id__**'''* (Components), '''num_ports''', '''speed''', '''interface''')53 22. '''Build''' ('''**__id__**''', '''user_id'''* (Users), '''name''', '''created_at''', description, '''total_price''', '''is_approved''') 54 54 55 23. '''Build ''' ('''**__id__**''', '''user_id'''* (Users), '''name''', '''created_at''', description, '''total_price''', '''is_approved''')55 23. '''Build_Component''' ('''**__build_id__**'''*(Build), '''**__component_id__**'''*(Component)) 56 56 57 24. ''' Build_Component''' ('''**__build_id__**'''*(Build), '''**__component_id__**'''*(Component))57 24. '''Favorite_Build''' ('''**__build_id__**'''*(Build), '''**__user_id__**'''*(Users)) 58 58 59 25. ''' Favorite_Build''' ('''**__build_id__**'''*(Build), '''**__user_id__**'''*(Users))59 25. '''Rating_Build''' ('''**__build_id__**'''*(Build), '''**__user_id__**'''*(Users), '''value''') 60 60 61 26. '''R ating_Build''' ('''**__build_id__**'''*(Build), '''**__user_id__**'''*(Users), '''value''')61 26. '''Review''' ('''**__id__**''', '''build_id'''* (Build), '''user_id'''* (Users), '''content''', '''created_at''') 62 62 63 27. '''Review''' ('''**__id__**''', '''build_id'''* (Build), '''user_id'''* (Users), '''content''', '''created_at''') 64 65 28. '''Suggestions''' ('''**__id__**''', '''user_id'''* (Users), admin_id* (Admins), '''link''', admin_comment, description, '''status''', '''component_type''') 63 27. '''Suggestions''' ('''**__id__**''', '''user_id'''* (Users), admin_id* (Admins), '''link''', admin_comment, description, '''status''', '''component_type''') 66 64 67 65 == DDL script for creating the database schema ==
