Changes between Version 10 and Version 11 of ddl
- Timestamp:
- 09/02/25 19:51:49 (8 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ddl
v10 v11 62 62 * company 63 63 * support_rep_id* (FK → Employee) 64 * personal_info_id* (FK → !AddressInfo) 65 * contact_id* (FK → Contact) 64 * **address** 65 * **city** 66 * state 67 * **country** 68 * **postal_code** 69 * __**contact_id**__ (PK) 70 * **phone** 71 * fax 66 72 67 73 = Employee = … … 73 79 * **birth_date** 74 80 * **hire_date** 75 * personal_info_id* (FK → !AddressInfo)76 * contact_id* (FK → Contact)77 78 = !AddressInfo =79 * __**address_info_id**__ (PK)80 81 * **address** 81 82 * **city** … … 83 84 * **country** 84 85 * **postal_code** 85 86 = Contact = 87 * __**contact_id**__ (PK) 86 * __**contact_id**__ (PK) 88 87 * **phone** 89 88 * fax 90 89 * **email** 90 91 91 92 92 93 = Playlist =