Table: Attachment_Content
Columns
NameTypeConstraintsDescription
create__changeset_KEYintNOT NULL
update__changeset_KEYintNOT NULL
attachment_content_KEYintNOT NULL
attachment_content_lengthintNOT NULLThe size of the attachment_content, in bytes
attachment_content_hash_codevarchar (40)NOT NULL40-character hexadecimal-formatted string from the SHA-1 hash of the image for faster look-up.
attachment_contentvarbinary (-1)NOT NULLThe raw data for this attachment
Primary key
NameColumnsDescription
PK_Attachment_Content$attachment_content_KEYattachment_content_KEYCLUSTERED
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Attachment__Attachment_Content__attachment_content_KEYattachment_content_KEYAttachment

Schema diagram