Changes between Version 19 and Version 20 of ddl


Ignore:
Timestamp:
09/24/25 21:47:17 (13 days ago)
Author:
221046
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ddl

    v19 v20  
    1212 * genre_id* (FK → Genre)
    1313 * composer
    14  * **milliseconds**
    15  * **bytes**
     14 * milliseconds
     15 * bytes
    1616
    1717= Album =
     
    2222= Artist =
    2323 * __**artist_id**__ (PK)
    24  * **artist_name**
     24 * artist_name
    2525
    2626= Genre =
    2727 * __**genre_id**__ (PK)
    28  * **genre_name**
     28 * genre_name
    2929
    3030= !MediaType =
    3131 * __**media_type_id**__ (PK)
    32  * **media_type_name**
     32 * media_type_name
    3333
    3434= Price =
    3535 * __**price_id**__ (PK)
    36  * **value**
    37  * **date**
     36 * value
     37 * date
    3838 * track_id* (FK → Track)
    3939
     
    4343 * track_id* (FK → Track)
    4444 * unit_price
    45  * **quantity**
     45 * quantity
    4646
    4747= Invoice =
     
    5858= Customer =
    5959 * __**customer_id**__ (PK)
    60  * **fcustomer_first_name**
    61  * **customer_last_name**
     60 * customer_first_name
     61 * customer_last_name
    6262 * company
    6363 * support_rep_id* (FK → Employee)
    64  * **contact_id*** (FK → Contact)
    65  * **address_info_id*** (FK → !AddressInfo)
     64 * contact_id* (FK → Contact)
     65 * address_info_id* (FK → !AddressInfo)
    6666
    6767= Employee =
    6868 * __**employee_id**__ (PK)
    69  * **employee_first_name**
    70  * **employee_last_name**
    71  * **title**
     69 * employee_first_name
     70 * employee_last_name
     71 * title
    7272 * reports_to* (FK → Employee)
    73  * **birth_date**
    74  * **hire_date**
    75  * **contact_id*** (FK → Contact)
    76  * **address_info_id*** (FK → !AddressInfo)
     73 * birth_date**
     74 * hire_date**
     75 * contact_id* (FK → Contact)
     76 * address_info_id* (FK → !AddressInfo)
    7777
    7878= !AddressInfo =
    7979 * _**address_info_id**__ (PK)
    80  * **address**
    81  * **city**
    82  * **state**
    83  * **country**
    84  * **postal_code**
     80 * address
     81 * city
     82 * state
     83 * country
     84 * postal_code
    8585
    8686= Contact =
    8787 * __**contact_id**__ (PK)
    88  * **phone**
    89  * **fax**
    90  * **email**
     88 * phone
     89 * fax
     90 * email
    9191
    9292= Playlist =