Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
MyDetailsConfirmationHistorySeq | int identity | 4 | √ | null |
|
|
||
MyDetailsConfirmationSeq | int | 4 | null |
|
|
|||
ID | int | 4 | null |
|
|
|||
ConfirmationFlagID | int | 4 | null |
|
|
|||
ConfirmedDate | datetime | 16,3 | null |
|
|
|||
ConfirmedBy | int | 4 | null |
|
|
|||
ModifiedDate | datetime | 16,3 | null |
|
|
|||
ModifiedBy | int | 4 | null |
|
|
|||
Reason | varchar | 300 | √ | null |
|
|
||
TransactionMode | char | 1 | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_MyDetailsConfirmationHistory | Primary key | Asc | MyDetailsConfirmationHistorySeq |