Table: Users
Name: Users Comment:Lưu thông tin đăng nhập của người dùng quản lý trang ei-admin
Primary Key
Columns: Id Cluster: false
Indexes[]
Foreign Keys[]
Columns | Ref Table | Ref Columns | Options |
Relationships[]
Columns | Ref Table | Ref Columns | Options |
| Id | UserRoles | userId | |
Columns[]
Label | Name | Type | Nullable | Default | Comment |
| Company | companyID | int | false | | |
| Id | id | int auto_increment | false | | |
| Role | roleId | int | false | | |
| Email | email | varchar(255) | false | | |
| Username | username | varchar(255) | false | | |
| Password | password | varchar(65) | false | | |
| Change Password | changePassword | tinyint(1) | false | | |
| Created By | createdBy | int | false | | |
| Updated By | updatedBy | int | false | | |
| Created At | createdAt | datetime | false | | |
| Updated At | updatedAt | datetime | false | | |
| Delete | deleted | tinyint(1) | false | | |