Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
PasswordResetTokenId | INT UNSIGNED | 10 | √ | null |
|
|
||
PasswordResetToken | VARCHAR | 32 | null |
|
|
|||
UserId | INT UNSIGNED | 10 | null |
|
|
|||
ExpirationDateUtc | DATETIME | 19 | null |
|
|
|||
IsEnabled | BIT | 1 | null |
|
|
|||
VerificationKey | TEXT | 65535 | null |
|
|
|||
CreatedBy | VARCHAR | 100 | null |
|
|
|||
CreateDate | DATETIME | 19 | null |
|
|
|||
UpdatedBy | VARCHAR | 100 | null |
|
|
|||
UpdateDate | DATETIME | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | PasswordResetTokenId |
ExpirationDateUtc | Performance | Asc | ExpirationDateUtc |
PasswordResetToken | Must be unique | Asc | PasswordResetToken |
Diagram producer might be missing
No diagrams were produced please see application output for any errors