Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
Seq | int identity | 4 | √ | null |
|
|
||
ContactID | int | 4 | null |
|
|
|||
ContactIdamGuid | uniqueidentifier | 16 | √ | null |
|
|
||
StudentID | int | 4 | null |
|
|
|||
StudentIdamGuid | uniqueidentifier | 16 | √ | null |
|
|
||
ContactConstitCode | varchar | 15 | null |
|
|
|||
TransactionMode | char | 1 | null |
|
|
|||
TransactionGuid | uniqueidentifier | 16 | null |
|
|
|||
ModifiedDateTime | datetime | 16,3 | √ | null |
|
|
||
IdamProcessedFlag | bit | 1 | null |
|
|
|||
IdamProcessedDateTime | datetime | 16,3 | √ | null |
|
|
||
RecordSource | varchar | 128 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
AK_IDAMContactChangesQueue_ContactID_ContactConstitCode_StudentID | Performance | Asc/Asc/Asc | ContactID + ContactConstitCode + StudentID |
AK_IDAMContactChangesQueue_ContactID_ContactIdamGuid_ContactConstitCode_StudentID_StudentIdamGuid | Performance | Asc/Asc/Asc/Asc/Asc | ContactID + ContactIdamGuid + ContactConstitCode + StudentID + StudentIdamGuid |
AK_IDAMContactChangesQueue_TransactionGuid | Performance | Asc | TransactionGuid |
PK_IDAMContactChangesQueue_Seq | Performance | Asc | Seq |