Table: Carts
Name: Carts Comment: Lưu các giỏ hàng của khách hàng
Primary Key
Columns: Id Cluster: false
Indexes[]
Columns | Cluster | Unique |
| id | | true |
Foreign Keys[]
Columns | Ref Table | Ref Columns | Options |
Relationships
Columns | Ref Table | Ref Columns | Options |
| userId | User | Id | |
Columns[]
Columns[]
Label | Name | Type | Nullable | Default | Comment | Unique |
| Id | id | int auto_increment | false | | | false |
| User | userId | int | false | | | false |
| Total Quantity | totalQty | int | false | | | false |
| Created At | createdAt | datetime | true | null | | false |
| Updated At | updatedAt | datetime | true | null | | false |
| Deleted | deleted | tinyint(1) | true | 0 | | false |