Document dimension staging table.
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| container_id | bigint | N/A | false | The ID of the container the document is within. | |
| container_type | int | N/A | false | The type of the container the document is within. | |
| creation_ts | timestamp | N/A | false | Time record was created | |
| document_id | bigint | N/A | false | The internal ID of the document. Primary key. | |
| modification_ts | timestamp | N/A | false | Time record was update | |
| title | varchar | 255 | false | true | The document title. |