Table: Pages
Name
: Pages Comment
:Lưu danh sách các trang trong admin
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 | |
Relationships
Columns | Ref Table | Ref Columns | Options |
Columns[]
Label | Name | Type | Nullable | Default | Comment |
Id | id | int auto_increment | false | | |
Company | companyId | int | false | | |
Title | title | varchar | false | | |
URL | url | varchar | false | | |
Host | host | varchar | true | null | |
Content | content | text | false | | |
Schema | schema | text | true | null | |
Title Seo | titleSeo | varchar | false | null | |
Description Seo | descriptionSeo | varchar | false | | |
Keyword Seo | keywordSeo | varchar | false | | |
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 | |