This table is a log of when each return merchandise
authorization (RMA) was authorized. A single RMA may appear
multiple times if changes were made and the RMA was
re-authorized.
Column Descriptions:
| Name | Type | Description |
| RMAAUTHLOG_ID | BIGINT NOT NULL | Generated unique key. |
| AUTHNOTICEDATE | TIMESTAMP NOT NULL | The date on which an RMA was authorized or
re-authorized. |
| RMA_ID | BIGINT NOT NULL | The RMA which was authorized. |
| OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | RMAAUTHLOG_ID | Primary Key |
| I0000743 | RMA_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_700 | RMA_ID | RMA | RMA_ID | Cascade |