Table: Tokens
Name: Tokens Comment:Lưu danh sách các token đăng nhập
Primary Key
Columns: Id Cluster: false
Indexes[]
Columns | Cluster | Unique |
| id | | true |
Foreign Keys[]
Columns | Ref Table | Ref Columns | Options |
| createdBy | Users | id | |
| updatedBy | Users | id | |
| userId | Customers | id | |
Relationships
Columns | Ref Table | Ref Columns | Options |
Columns[]
Label | Name | Type | Nullable | Default | Comment |
| Id | id | varchar | false | | |
| User | userId | text | false | | |
| Platform | platform | text | true | | |
| Type | type | enum | false | | |
| Expires | expires | datetime | false | | |
| created By | createdBy | int | false | | |
| Updated By | updatedBy | int | false | | |
| Created At | createdAt | datetime | true | | |
| Updated At | updatedAt | datetime | true | | |
| Deleted | deleted | tinyint(1) | false | 0 | |
| Black Listed | blacklisted | tinyint(1) | false | 0 | |