| Table: dbo.Check_Print_Run | |||
| Columns | |||
| Name | Type | Constraints | Description |
| check_print_run_KEY | int (4) | NOT NULL | Primary key |
| print_date | datetime (8, 3) | NOT NULL | The date the print run was completed. |
| staff_KEY | int (4) | NOT NULL | PK of staff who initiated the print job |
| check_print_run_guid | uniqueidentifier (16) | NOT NULL | A unique identifer for each check print run row. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Check_Print_Run | check_print_run_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Check_Print_Run$check_print_run_guid | check_print_run_guid | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Check_Print_Run__Staff__staff_KEY | staff_KEY | Staff (staff_KEY) | |