Changes between Version 3 and Version 4 of RelationalDesign
- Timestamp:
- 12/17/25 14:41:19 (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RelationalDesign
v3 v4 17 17 4. '''CPU''' ('''**__component_id__**'''* (Components), '''socket''', '''cores''', '''threads''', '''base_clock''', boost_clock, '''tdp''') 18 18 19 5. '''GPU''' ('''** component_id**'''* (Components), '''vram''', '''tdp''', base_clock, boost_clock, '''chipset''', '''length''')19 5. '''GPU''' ('''**__component_id__**'''* (Components), '''vram''', '''tdp''', base_clock, boost_clock, '''chipset''', '''length''') 20 20 21 21 6. '''Memory''' ('''**__component_id__**'''* (Components), '''type''', '''speed''', '''capacity''', '''modules''') … … 29 29 10. '''PC_Case''' ('''**__component_id__**'''* (Components), '''cooler_max_height''', '''gpu_max_length''') 30 30 31 11. '''Case_Storage_Form_Factors''' ('''**__case_id__**''' , '''**__form_factor__**''')31 11. '''Case_Storage_Form_Factors''' ('''**__case_id__**'''*(PC_Case), '''**__form_factor__**''') 32 32 33 12. '''Case_PS_Form_Factors''' ('''**__case_id__**''' , '''**__form_factor__**''')33 12. '''Case_PS_Form_Factors''' ('''**__case_id__**'''*(PC_Case), '''**__form_factor__**''') 34 34 35 13. '''Case_Mobo_Form_Factors''' ('''**__case_id__**''' , '''**__form_factor__**''')35 13. '''Case_Mobo_Form_Factors''' ('''**__case_id__**'''*(PC_Case), '''**__form_factor__**''') 36 36 37 37 14. '''Cooler''' ('''**__component_id__**'''* (Components), '''type''', '''height''', '''max_tdp_supported''') 38 38 39 15. '''Cooler_CPU_Sockets''' ('''**__cooler_id__**''' , '''**__socket__**''')39 15. '''Cooler_CPU_Sockets''' ('''**__cooler_id__**'''*(Cooler), '''**__socket__**''') 40 40 41 41 16. '''Memory_Card''' ('''**__component_id__**'''* (Components), '''num_slots''', '''interface''') … … 45 45 18. '''Sound_Card''' ('''**__component_id__**'''* (Components), '''sample_rate''', '''bit_depth''', '''chipset''', '''interface''') 46 46 47 19. '''Sound_Card_Channels''' ('''**__sound_card_id__**''' , '''**__channel__**''')47 19. '''Sound_Card_Channels''' ('''**__sound_card_id__**'''*(Sound_Card), '''**__channel__**''') 48 48 49 49 20. '''Cables''' ('''**__component_id__**'''* (Components), '''length_cm''', '''type''') … … 55 55 23. '''Build''' ('''**__id__**''', '''user_id'''* (Users), '''name''', '''created_at''', description, '''total_price''', '''is_approved''') 56 56 57 24. '''Build_Component''' ('''**__build_id__**''' , '''**__component_id__**''')57 24. '''Build_Component''' ('''**__build_id__**'''*(Build), '''**__component_id__**'''*(Component)) 58 58 59 25. '''Favorite_Build''' ('''**__build_id__**''' , '''**__user_id__**''')59 25. '''Favorite_Build''' ('''**__build_id__**'''*(Build), '''**__user_id__**'''*(Users)) 60 60 61 26. '''Rating_Build''' ('''**__build_id__**''' , '''**__user_id__**''', '''value''')61 26. '''Rating_Build''' ('''**__build_id__**'''*(Build), '''**__user_id__**'''*(Users), '''value''') 62 62 63 63 27. '''Review''' ('''**__id__**''', '''build_id'''* (Build), '''user_id'''* (Users), '''content''', '''created_at''')
