Name
: Comments Comment
:Lưu các thông báo
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 |
orderId | Orders | Id | |
productId | Products | Id | |
customerId | Customers | Id | |
Columns[]
Label | Name | Type | Nullable | Default | Comment | Unique |
Id | id | int auto_increment | false | | | false |
Product | productId | int | false | | | false |
Customer | customerId | int | false | null | | false |
Order | orderId | int | false | | | false |
Comment | comment | varchar | false | | | true |
Rate | rate | int | false | | | false |
Reply | reply | varchar | true | null | | false |
Status | status | tinyint(1) | true | | | false |
Image | image | varchar | true | null | | false |
Likes | likes | int | true | null | | false |
Updated By | updatedBy | int | true | | | false |
Created At | createdAt | datetime | false | | | false |
Updated At | updatedAt | datetime | false | | | false |
Deleted | deleted | tinyint(1) | false | false | | false |