Changes between Version 20 and Version 21 of ddl


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ddl

    v20 v21  
    77= Track =
    88 * __**track_id**__ (PK)
    9  * **name**
     9 * name*
    1010 * album_id* (FK → Album)
    1111 * media_type_id* (FK → !MediaType)
     
    4848 * __**invoice_id**__ (PK)
    4949 * customer_id* (FK → Customer)
    50  * **invoice_date**
     50 * invoice_date
    5151 * billing_address
    5252 * billing_city
     
    5454 * billing_country
    5555 * billing_postal_code
    56  * **total**
     56 * total
    5757
    5858= Customer =
     
    9292= Playlist =
    9393 * __**playlist_id**__ (PK)
    94  * **name**
     94 * name
    9595
    9696= !PlaylistTrack =