Table: dbo.Reprintable_Print_Job | |||
This table stores data needed to reprint all checks in a print job. | |||
Columns | |||
Name | Type | Constraints | Description |
print_job_KEY | int (4) | NOT NULL | Key that uniquely identifies each row of the table and links to a record in table Print_Job. |
csv_compressed | varbinary (-1) | NOT NULL | Store the CSV file used for all checks in a print job. |
Primary key | |||
Name | Columns | Description | |
PK_Reprintable_Print_Job$print_job_KEY | print_job_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Reprintable_Print_Job$print_job_KEY | print_job_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Reprintable_Print_Job__Print_Job__print_job_KEY | print_job_KEY | Print_Job (print_job_KEY) |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Reprintable_Bank_Transaction__Reprintable_Print_Job__reprintable_print_job_KEY | reprintable_print_job_KEY | Reprintable_Bank_Transaction |