Table: Questions
Name: Questions Comment:Lưu danh sách các câu hỏi 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 |
| parentId | Parents | id | |
| productId | Products | id | |
Relationships
Columns | Ref Table | Ref Columns | Options |
Columns[]
Label | Name | Type | Nullable | Default | Comment |
| Id | id | int auto_increment | false | | |
| Phone | phone | text | false | | |
| Name | name | text | false | | |
| Email | email | text | true | null | |
| Message | message | text | false | | |
| Parent | parentId | int | false | | |
| Product | productId | int | false | | |
| Created At | createdAt | datetime | true | | |
| Updated At | updatedAt | datetime | true | | |
| Deleted | deleted | tinyint(1) | false | 0 | |