| Table: dbo.Report_Image | |||
| Columns | |||
| Name | Type | Constraints | Description |
| report_image_KEY | int (4) | NOT NULL | |
| report_image | image (16) | NOT NULL | |
| byte_count | int (4) | NOT NULL | |
| hash_code | varchar (40) | NOT NULL | 40-character hexadecimal-formatted string from the SHA-1 hash of the image for faster look-up. |
| report_image_guid | uniqueidentifier (16) | NOT NULL | A unique identifer for each report image row. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Report_Image | report_image_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Report_Image$report_image_guid | report_image_guid | ||