MageSmith

📦 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.

Columns (7)

NameTypeNullDefaultComment
value_id int unsignednoMedia Entity ID
store_id smallint unsignedno0Store ID
provider varchar(32) yesVideo provider ID
url text yesVideo URL
title varchar(255) yesTitle
description text yesPage Meta Description
metadata text yesVideo meta data

Keys & indexes

Primary key: value_id, store_id

References (2)