MageSmith

📦 Magento_Catalog · engine innodb

catalog_category_entity

Catalog Category Table

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

flowchart LR
  c["catalog_category_entity"]:::center
  n0["catalog_category_entity_datetime"]
  click n0 "/schema/table/catalog_category_entity_datetime"
  c -- entity_id --> n0
  n1["catalog_category_entity_decimal"]
  click n1 "/schema/table/catalog_category_entity_decimal"
  c -- entity_id --> n1
  n2["catalog_category_entity_int"]
  click n2 "/schema/table/catalog_category_entity_int"
  c -- entity_id --> n2
  n3["catalog_category_entity_text"]
  click n3 "/schema/table/catalog_category_entity_text"
  c -- entity_id --> n3
  n4["catalog_category_entity_varchar"]
  click n4 "/schema/table/catalog_category_entity_varchar"
  c -- entity_id --> n4
  n5["catalog_url_rewrite_product_category"]
  click n5 "/schema/table/catalog_url_rewrite_product_category"
  c -- category_id --> n5
  click c "/schema/table/catalog_category_entity"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (9)

NameTypeNullDefaultComment
entity_id PKint unsignednoEntity ID
attribute_set_id smallint unsignedno0Attribute Set ID
parent_id int unsignedno0Parent Category ID
created_at timestamp noCURRENT_TIMESTAMPCreation Time
updated_at timestamp noCURRENT_TIMESTAMPUpdate Time
path varchar(255) noTree Path
position int noPosition
level int no0Tree Level
children_count int noChild Count

Keys & indexes

Primary key: entity_id

Indexes

  • CATALOG_CATEGORY_ENTITY_LEVEL (level) btree
  • CATALOG_CATEGORY_ENTITY_PATH (path) btree
  • CATALOG_CATEGORY_ENTITY_PARENT_ID_LEVEL_POSITION (parent_id, level, position) btree

Referenced by (7)