Changes between Version 6 and Version 7 of ddlScript-with-help-of-AI.sql


Ignore:
Timestamp:
12/30/25 13:14:53 (16 hours ago)
Author:
235018
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ddlScript-with-help-of-AI.sql

    v6 v7  
    198198    client_ID INTEGER NOT NULL REFERENCES client(client_ID)
    199199        ON DELETE CASCADE,
    200     order_num VARCHAR(11) UNIQUE NOT NULL REFERENCES "order"(order_num)
     200    request_num VARCHAR(11) UNIQUE NOT NULL REFERENCES request(request_num)
    201201        ON DELETE CASCADE,
    202202    PRIMARY KEY(client_ID, order_num)