MageSmith

📄 Magento_Cms · engine innodb

cms_page

CMS Page Table

Neighbourhood (1-hop foreign-key graph — showing 1 of 1)

flowchart LR
  c["cms_page"]:::center
  n0["cms_page_store"]
  click n0 "/schema/table/cms_page_store"
  c -- page_id --> n0
  click c "/schema/table/cms_page"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Related tables (1)

Columns (20)

NameTypeNullDefaultComment
page_id PKsmallint noEntity ID
title varchar(255) yesPage Title
page_layout varchar(255) yesPage Layout
meta_keywords text yesPage Meta Keywords
meta_description text yesPage Meta Description
identifier varchar(100) yesPage String Identifier
content_heading varchar(255) yesPage Content Heading
content mediumtext yesPage Content
creation_time timestamp noCURRENT_TIMESTAMPPage Creation Time
update_time timestamp noCURRENT_TIMESTAMPPage Modification Time
is_active smallint no1Is Page Active
sort_order smallint no0Page Sort Order
layout_update_xml text yesPage Layout Update Content
custom_theme varchar(100) yesPage Custom Theme
custom_root_template varchar(255) yesPage Custom Template
custom_layout_update_xml text yesPage Custom Layout Update Content
layout_update_selected varchar(128) yesPage Custom Layout File
custom_theme_from date yesPage Custom Theme Active From Date
custom_theme_to date yesPage Custom Theme Active To Date
meta_title varchar(255) yesPage Meta Title

Keys & indexes

Primary key: page_id

Indexes

  • CMS_PAGE_IDENTIFIER (identifier) btree
  • CMS_PAGE_TITLE_META_KEYWORDS_META_DESCRIPTION_IDENTIFIER_CONTENT (title, meta_keywords, meta_description, identifier, content) fulltext

Referenced by (1)