Changes between Version 3 and Version 4 of RelationalDesign


Ignore:
Timestamp:
12/17/25 14:41:19 (11 days ago)
Author:
233144
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalDesign

    v3 v4  
    17174. '''CPU''' ('''**__component_id__**'''* (Components), '''socket''', '''cores''', '''threads''', '''base_clock''', boost_clock, '''tdp''')
    1818
    19 5. '''GPU''' ('''**component_id**'''* (Components), '''vram''', '''tdp''', base_clock, boost_clock, '''chipset''', '''length''')
     195. '''GPU''' ('''**__component_id__**'''* (Components), '''vram''', '''tdp''', base_clock, boost_clock, '''chipset''', '''length''')
    2020
    21216. '''Memory''' ('''**__component_id__**'''* (Components), '''type''', '''speed''', '''capacity''', '''modules''')
     
    292910. '''PC_Case''' ('''**__component_id__**'''* (Components), '''cooler_max_height''', '''gpu_max_length''')
    3030
    31 11. '''Case_Storage_Form_Factors''' ('''**__case_id__**''', '''**__form_factor__**''')
     3111. '''Case_Storage_Form_Factors''' ('''**__case_id__**'''*(PC_Case), '''**__form_factor__**''')
    3232
    33 12. '''Case_PS_Form_Factors''' ('''**__case_id__**''', '''**__form_factor__**''')
     3312. '''Case_PS_Form_Factors''' ('''**__case_id__**'''*(PC_Case), '''**__form_factor__**''')
    3434
    35 13. '''Case_Mobo_Form_Factors''' ('''**__case_id__**''', '''**__form_factor__**''')
     3513. '''Case_Mobo_Form_Factors''' ('''**__case_id__**'''*(PC_Case), '''**__form_factor__**''')
    3636
    373714. '''Cooler''' ('''**__component_id__**'''* (Components), '''type''', '''height''', '''max_tdp_supported''')
    3838
    39 15. '''Cooler_CPU_Sockets''' ('''**__cooler_id__**''', '''**__socket__**''')
     3915. '''Cooler_CPU_Sockets''' ('''**__cooler_id__**'''*(Cooler), '''**__socket__**''')
    4040
    414116. '''Memory_Card''' ('''**__component_id__**'''* (Components), '''num_slots''', '''interface''')
     
    454518. '''Sound_Card''' ('''**__component_id__**'''* (Components), '''sample_rate''', '''bit_depth''', '''chipset''', '''interface''')
    4646
    47 19. '''Sound_Card_Channels''' ('''**__sound_card_id__**''', '''**__channel__**''')
     4719. '''Sound_Card_Channels''' ('''**__sound_card_id__**'''*(Sound_Card), '''**__channel__**''')
    4848
    494920. '''Cables''' ('''**__component_id__**'''* (Components), '''length_cm''', '''type''')
     
    555523. '''Build''' ('''**__id__**''', '''user_id'''* (Users), '''name''', '''created_at''', description, '''total_price''', '''is_approved''')
    5656
    57 24. '''Build_Component''' ('''**__build_id__**''', '''**__component_id__**''')
     5724. '''Build_Component''' ('''**__build_id__**'''*(Build), '''**__component_id__**'''*(Component))
    5858
    59 25. '''Favorite_Build''' ('''**__build_id__**''', '''**__user_id__**''')
     5925. '''Favorite_Build''' ('''**__build_id__**'''*(Build), '''**__user_id__**'''*(Users))
    6060
    61 26. '''Rating_Build''' ('''**__build_id__**''', '''**__user_id__**''', '''value''')
     6126. '''Rating_Build''' ('''**__build_id__**'''*(Build), '''**__user_id__**'''*(Users), '''value''')
    6262
    636327. '''Review''' ('''**__id__**''', '''build_id'''* (Build), '''user_id'''* (Users), '''content''', '''created_at''')