MageSmith

📦 Magento_Catalog · engine innodb

catalog_product_entity_media_gallery

Catalog Product Media Gallery Attribute Backend Table

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

flowchart LR
  c["catalog_product_entity_media_gallery"]:::center
  n0["eav_attribute"]
  click n0 "/schema/table/eav_attribute"
  n0 -- attribute_id --> c
  n1["catalog_product_entity_media_gallery_value"]
  click n1 "/schema/table/catalog_product_entity_media_gallery_value"
  c -- value_id --> n1
  n2["catalog_product_entity_media_gallery_value_to_entity"]
  click n2 "/schema/table/catalog_product_entity_media_gallery_value_to_entity"
  c -- value_id --> n2
  n3["catalog_product_entity_media_gallery_value_video"]
  click n3 "/schema/table/catalog_product_entity_media_gallery_value_video"
  c -- value_id --> n3
  click c "/schema/table/catalog_product_entity_media_gallery"
  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 unsignednoValue ID
attribute_id smallint unsignedno0Attribute ID
value varchar(255) yesValue
media_type varchar(32) noimageMedia entry type
disabled smallint unsignedno0Visibility status

Keys & indexes

Primary key: value_id

Indexes

  • CATALOG_PRODUCT_ENTITY_MEDIA_GALLERY_ATTRIBUTE_ID (attribute_id) btree

References (1)

Referenced by (3)