| Table: Attachment_Content | |||
| Columns | |||
| Name | Type | Constraints | Description |
| create__changeset_KEY | int | NOT NULL | |
| update__changeset_KEY | int | NOT NULL | |
| attachment_content_KEY | int | NOT NULL | |
| attachment_content_length | int | NOT NULL | The size of the attachment_content, in bytes |
| attachment_content_hash_code | varchar (40) | NOT NULL | 40-character hexadecimal-formatted string from the SHA-1 hash of the image for faster look-up. |
| attachment_content | varbinary (-1) | NOT NULL | The raw data for this attachment |
| Primary key | |||
| Name | Columns | Description | |
| PK_Attachment_Content$attachment_content_KEY | attachment_content_KEY | CLUSTERED | |
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Attachment__Attachment_Content__attachment_content_KEY | attachment_content_KEY | Attachment | |