Table: SimilarProducts
Name: SimilarProducts Comment:Lưu danh sách các gợi ý sản phẩm (sản phẩm liên quan) theo sản phẩm
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 | |
| similarId | Similars | id | |
| categoryId | Categories | id | |
| productId | Products | id | |
Relationships
Columns | Ref Table | Ref Columns | Options |
Columns[]
Label | Name | Type | Nullable | Default | Comment |
| Id | id | int auto_increment | false | | |
| Similar | similarId | int | false | | |
| Category | categoryId | int | false | | |
| Product | productId | int | false | | |
| Name | name | text | false | | |
| Thumbnail | thumbnail | text | false | | |
| Slug | slug | text | false | | |
| Price | price | float | true | null | |
| Sale Price | salePrice | float | true | null | |
| Is Use | isUse | int | false | 1 | |
| Created By | createdBy | int | false | | |
| Created At | createdAt | datetime | true | | |
| Updated At | updatedAt | datetime | true | | |
| Deleted | deleted | tinyint(1) | false | 0 | |