Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | INT UNSIGNED | 10 | √ | null |
|
|
||
| ip_address | VARCHAR | 255 | null |
|
|
|||
| user_agent | VARCHAR | 255 | √ | null |
|
|
||
| id_type | VARCHAR | 255 | null |
|
|
|||
| identifier | VARCHAR | 255 | null |
|
|
|||
| user_id | INT UNSIGNED | 10 | √ | null |
|
|
||
| date | DATETIME | 19 | null |
|
|
|||
| success | BIT | 1 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| id_type_identifier | Performance | Asc/Asc | id_type + identifier |
| user_id | Performance | Asc | user_id |
