The relationship between the uploaded file and
process information
Column Descriptions:
| Name | Type | Description |
| UPLOADFILE_ID | BIGINT NOT NULL | Foreign key to the UPLOADFILE |
| PROCESSFILE_ID | BIGINT NOT NULL | Foreign key to the PROCESSFILE |
| 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> | UPLOADFILE_ID+PROCESSFILE_ID | Primary Key |
| I0001312 | PROCESSFILE_ID | Non-Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_3602 | UPLOADFILE_ID | UPLOADFILE | UPLOADFILE_ID | Cascade |
| F_3603 | PROCESSFILE_ID | PROCESSFILE | PROCESSFILE_ID | Cascade |