Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each authentication code record |
|
| AuthCode | nvarchar | 100 | √ | null |
|
|
Authentication code - Temporary authentication code or access token for secure login |
|
| DeletedDate | datetime | 16,3 | √ | null |
|
|
Deletion timestamp - Date and time when the authentication code was deleted or expired |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__LoginCod__3214EC27324BC64C | Primary key | Asc | ID |
