SystemEmailAttachment


Columns

Column Type Size Nulls Auto Default Children Parents Comments
SystemEmailAttachmentSeq int identity 4 null
SystemEmailSeq int 4 null
SystemEmail.SystemEmailSeq FK_SystemEmailAttachment_SystemEmail R
SysmailAttachmentID int 4 null
SysmailFilename varchar 260 null
SysmailFilesize int 4 null
SysmailAttachment varbinary 2147483647 null
SysmailLastModDate datetime 16,3 null
SysmailLastModUser nvarchar 256 null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
PK_SystemEmailAttachment Primary key Asc SystemEmailAttachmentSeq
AK_SystemEmailAttachment_SystemEmailSeq Performance Asc SystemEmailSeq

Relationships