StudentReportsArchive


Columns

Column Type Size Nulls Auto Default Children Parents Comments
StudentReportsArchiveSeq int identity 4 null
StudentReportsArchive.UnderLaySeq FK_StudentReportsArchive_StudentReportsArchive R
StudentReportsArchiveLink.StudentReportsArchiveSeq FK_StudentReportsArchiveLink_StudentReportsArchive R
Document varbinary 2147483647 null
CreatedByID int 4 null
CreatedDate datetime 16,3 (getdate())
SourcePath varchar 1000 ('')
DocumentType varchar 15 ('')
UnderLaySeq int 4 null
StudentReportsArchive.StudentReportsArchiveSeq FK_StudentReportsArchive_StudentReportsArchive R
SystemProcessNumber int 4 null
SourceRef varchar 100 ('')
SourceCode varchar 50 ('')

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
PK_StudentReportsArchive Primary key Asc StudentReportsArchiveSeq

Relationships