Table: PagesContents
Name: PagesContents Comment:Lưu nội dung của các trang
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 | |
| companyId | Companies | id | |
| pageId | Pages | id | |
| order | Orders | id | |
Relationships
Columns | Ref Table | Ref Columns | Options |
Columns[]
Label | Name | Type | Nullable | Default | Comment |
| Id | id | int auto_increment | false | | |
| Company | companyId | int | false | | |
| Page | pageId | int | false | | |
| Order | order | int | true | null | |
| Images | images | text | true | null | |
| Videos | videos | text | true | null | |
| Title | title | varchar | true | null | |
| URL | url | varchar | true | null | |
| HOST | host | varchar | false | | |
| Content | content | text | false | | |
| Title Seo | titleSeo | varchar | true | null | |
| Description Seo | descriptionSeo | varchar | true | null | |
| Keyword Seo | keywordSeo | varchar | true | null | |
| Created By | createdBy | int | false | | |
| Updated By | updatedBy | int | true | null | |
| Created At | createdAt | datetime | true | | |
| Updated At | updatedAt | datetime | true | | |
| Deleted | deleted | tinyint(1) | false | 0 | |