Table that stores update catalog information
Data model

Fields
| Field |
Type |
Description |
| catalog_date |
NVARCHAR (40) |
Catalog Date |
| catalog_type* |
INT |
Catalog Type |
| creation_date* |
DATETIME |
Record creation date |
| document_id |
INT |
Document ID |
| download_is_completed* |
BIT |
Indicates if the download is complete |
| download_status |
INT |
Download status identifier |
| file_size |
BIGINT |
File size |
| filename* |
NVARCHAR (500) |
File Name |
| id* |
INT |
Registry ID |
| version |
NVARCHAR (500) |
File Version |
Primary Key
References
| Column |
Referenced Table |
Referenced column |
Name |
| document_id |
Bod. AFW_DOCUMENT |
docu_id |
FK_APM_CATALOG |