Table: SupplierUserPasswordsHistories
Name: SupplierUserPasswordsHistories Comment: Lưu lại lịch sử thây đổi mật khẩu của người dùng nhà cung cấ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 | int auto_increment | false | | |
| Password | password | varchar | true | null | |
| Status | status | int | true | null | |
| User | userId | int | true | null | |
| Created By | createdBy | int | false | | |
| Updated By | updatedBy | int | false | | |
| Created At | createdAt | datetime | false | | |
| Updated At | updatedAt | datetime | false | | |