Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
Seq | int identity | 4 | √ | null |
|
|
||
ModifiedDate | datetime | 16,3 | √ | null |
|
|
||
ModifiedBy | varchar | 50 | ('') |
|
|
|||
ID | int | 4 | ((0)) |
|
|
|||
ContactType | varchar | 3 | ('') |
|
|
|||
LinkedID | int | 4 | ((0)) |
|
|
|||
LinkedIDSeq | tinyint | 1 | ((0)) |
|
|
|||
PrimaryOnlyFlag | bit | 1 | ((0)) |
|
|
|||
NormalMailFlag | bit | 1 | ((0)) |
|
|
|||
ReportsFlag | bit | 1 | ((0)) |
|
|
|||
ParentFlag | bit | 1 | ((0)) |
|
|
|||
LivesWithFlag | bit | 1 | ((0)) |
|
|
|||
TransactionGUID | uniqueidentifier | 16 | √ | null |
|
|
||
TransactionMode | char | 1 | √ | null |
|
|
||
PastStudentContactsSeq | int | 4 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_PastStudentContactsHistory_Seq | Primary key | Asc | Seq |
AK_PastStudentContactsHistory_PastStudentContactsSeq | Performance | Asc | PastStudentContactsSeq |
AK_PastStudentContactsHistory_TransactionGUID | Performance | Asc | TransactionGUID |