Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
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)) |
|
|
|||||
ModifiedDate | datetime | 16,3 | √ | null |
|
|
||||
ModifiedBy | varchar | 50 | ('') |
|
|
|||||
PastStudentContactsSeq | int identity | 4 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_PastStudentContacts | Primary key | Asc/Asc/Asc/Asc | ID + ContactType + LinkedID + LinkedIDSeq |
AK_PastStudentContacts_ID_ContactType | Must be unique | Asc/Asc | ID + ContactType |
AK_PastStudentContacts_LinkedID | Performance | Asc | LinkedID |
AK_PastStudentContacts_PastStudentContactsSeq | Must be unique | Asc | PastStudentContactsSeq |