MageSmith

📦 Magento_Catalog · engine innodb

catalog_product_entity_datetime

Catalog Product Datetime Attribute Backend Table

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

flowchart LR
  c["catalog_product_entity_datetime"]:::center
  n0["eav_attribute"]
  click n0 "/schema/table/eav_attribute"
  n0 -- attribute_id --> c
  n1["catalog_product_entity"]
  click n1 "/schema/table/catalog_product_entity"
  n1 -- entity_id --> c
  n2["store"]
  click n2 "/schema/table/store"
  n2 -- store_id --> c
  click c "/schema/table/catalog_product_entity_datetime"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (5)

NameTypeNullDefaultComment
value_id PKint noValue ID
attribute_id smallint unsignedno0Attribute ID
store_id smallint unsignedno0Store ID
entity_id int unsignedno0Entity ID
value datetime yesValue

Keys & indexes

Primary key: value_id

Unique

  • CATALOG_PRODUCT_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID (entity_id, attribute_id, store_id)

Indexes

  • CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE_ID (attribute_id) btree
  • CATALOG_PRODUCT_ENTITY_DATETIME_STORE_ID (store_id) btree

References (3)