Table: Report_Image | |||
Columns | |||
Name | Type | Constraints | Description |
report_image_KEY | int | NOT NULL | |
report_image | varbinary (-1) | NOT NULL | |
byte_count | int | NOT NULL | |
file_path | nvarchar (260) | NOT NULL | |
create_date_utc | datetime | 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. |
Primary key | |||
Name | Columns | Description | |
PK_Report_Image$report_image_KEY | report_image_KEY | CLUSTERED | |
Indexes | |||
Name | Columns | Description | |
IX_Report_Image$byte_count$hash_code | byte_count, hash_code |