Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
PastoralCareContactsSeq | int identity | 4 | √ | null |
|
|
||||
PastoralCareSeq | int | 4 | ((0)) |
|
|
|||||
IndexOrder | int | 4 | ((0)) |
|
|
|||||
EmailFlag | bit | 1 | ((0)) |
|
|
|||||
AttendedFlag | bit | 1 | ((0)) |
|
|
|||||
varchar | 300 | ('') |
|
|
||||||
ID | int | 4 | ((0)) |
|
|
|||||
ReadDate | datetime | 16,3 | √ | (NULL) |
|
|
||||
DuplicateFromSeq | int | 4 | √ | (NULL) |
|
|
||||
Relationship | varchar | 100 | ('') |
|
|
|||||
ContactType | varchar | 15 | ('') |
|
|
|||||
CustomContactName | varchar | 126 | ('') |
|
|
|||||
EmailTo | varchar | 5 | √ | (NULL) |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_PastoralCareContacts | Primary key | Asc | PastoralCareContactsSeq |
AK_PastoralCareContacts_PastoralCareSeq | Performance | Asc/Asc | PastoralCareSeq + IndexOrder |