Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
|||
| user_id | VARCHAR | 36 | √ | null |
|
|
||
| created_at | DATETIME | 19 | null |
|
|
|||
| created_platform | TINYINT | 3 | null |
|
|
1-admin panel,2-tablet app,3-mobile app,4-webapp,5-offlineapp,6-centreadmin-adminpanel,7-centreadmin-web,8-centreadmin-offlineweb |
||
| logout_date | DATETIME | 19 | √ | null |
|
|
||
| android_id | VARCHAR | 255 | √ | null |
|
|
||
| updated_at | DATETIME | 19 | √ | null |
|
|
||
| old_data_id | INT | 10 | √ | 0 |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| fk_login_logs_1_idx | Performance | Asc | user_id |
