Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
MobilePinSeq | int identity | 4 | √ | null |
|
|
||
MobileInstallGUID | varchar | 100 | null |
|
|
|||
PINEncrypted | varchar | 100 | null |
|
|
|||
UserName | varchar | 100 | null |
|
|
|||
UserPasswordEncrypted | varchar | 100 | null |
|
|
|||
MobileSessionToken | uniqueidentifier | 16 | null |
|
|
|||
CreatedDateTime | datetime | 16,3 | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_MobilePin | Primary key | Asc | MobilePinSeq |
AK_MobilePin_MobileInstallGUID | Performance | Asc | MobileInstallGUID |
AK_MobilePin_UserName | Performance | Asc | UserName |