Changes between Version 7 and Version 8 of ddl


Ignore:
Timestamp:
09/02/25 19:48:34 (8 hours ago)
Author:
221046
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ddl

    v7 v8  
    4242 * __**invoice_id**__ (PK)
    4343 * customer_id* (FK → Customer)
    44  * **invoice_date** (NOT NULL)
     44 * **invoice_date**
    4545 * billing_address
    4646 * billing_city
     
    4848 * billing_country
    4949 * billing_postal_code
    50  * **total** (NOT NULL)
     50 * **total**
    5151
    5252= Customer =
    5353 * __**customer_id**__ (PK)
    54  * **first_name** (NOT NULL)
    55  * **last_name** (NOT NULL)
     54 * **first_name**
     55 * **last_name**
    5656 * company
    5757 * support_rep_id* (FK → Employee)