MageSmith

📄 Magento_Cms · engine innodb

cms_block

CMS Block Table

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

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

Click a node to jump to that table.

Columns (7)

NameTypeNullDefaultComment
block_id PKsmallint noEntity ID
title varchar(255) noBlock Title
identifier varchar(255) noBlock String Identifier
content mediumtext yesBlock Content
creation_time timestamp noCURRENT_TIMESTAMPBlock Creation Time
update_time timestamp noCURRENT_TIMESTAMPBlock Modification Time
is_active smallint no1Is Block Active

Keys & indexes

Primary key: block_id

Indexes

  • CMS_BLOCK_IDENTIFIER (identifier) btree
  • CMS_BLOCK_TITLE_IDENTIFIER_CONTENT (title, identifier, content) fulltext

Referenced by (1)