📦 Magento_ProductVideo · engine innodb
catalog_product_entity_media_gallery_value_video
Catalog Product Video Table
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["catalog_product_entity_media_gallery_value_video"]:::center n0["catalog_product_entity_media_gallery"] click n0 "/schema/table/catalog_product_entity_media_gallery" n0 -- value_id --> c n1["store"] click n1 "/schema/table/store" n1 -- store_id --> c click c "/schema/table/catalog_product_entity_media_gallery_value_video" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (2)
Columns (7)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| value_id | int unsigned | no | Media Entity ID | |
| store_id | smallint unsigned | no | 0 | Store ID |
| provider | varchar(32) | yes | Video provider ID | |
| url | text | yes | Video URL | |
| title | varchar(255) | yes | Title | |
| description | text | yes | Page Meta Description | |
| metadata | text | yes | Video meta data |
Keys & indexes
Primary key: value_id, store_id
References (2)
- value_id → catalog_product_entity_media_gallery .value_id (on delete CASCADE)
- store_id → store .store_id (on delete CASCADE)