Version 2024.07
No new table added.
Modified tables
The new columns are highlighted and the deleted columns are marked with the * symbol.
CREATE TABLE RECEIPTS_LINE_URL ( | ||
RECEIPT_LINE_URL_ID | int | NOT NULL |
DOCUMENT_ID | nvarchar(255) | NOT NULL |
LINE_ID | int | NOT NULL |
RECEIPT_ID | int | NOT NULL |
URL | nvarchar(1024) | |
FLEX_FIELD_1 | nvarchar(255) | |
FLEX_FIELD_2 | int | |
STATUS | int | NOT NULL |
ACTIVE_STATUS | int | NOT NULL |
CHANGE_TIMESTAMP | datetime | |
CONSTRAINT PK550_1 PRIMARY KEY CLUSTERED (RECEIPT_LINE_URL_ID) | ||
) |