Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
MyDetailsConfirmationSeq | int identity | 4 | √ | null |
|
|
||
ID | int | 4 | ((0)) |
|
|
|||
ConfirmationFlagID | int | 4 | ((0)) |
|
|
|||
ConfirmedDate | datetime | 16,3 | (getdate()) |
|
|
|||
ConfirmedBy | int | 4 | ((0)) |
|
|
|||
ModifiedDate | datetime | 16,3 | (getdate()) |
|
|
|||
ModifiedBy | int | 4 | ((0)) |
|
|
|||
Reason | varchar | 300 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_MyDetailsConfirmation | Primary key | Asc | MyDetailsConfirmationSeq |
AK_MyDetailsConfirmation_ID_ConfirmationFlagID_ConfirmedDate | Must be unique | Asc/Asc/Asc | ID + ConfirmationFlagID + ConfirmedDate |