MageSmith

⚙️ Magento_MediaGallery · engine innodb

media_gallery_asset

Media Gallery Asset

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

flowchart LR
  c["media_gallery_asset"]:::center
  n0["adobe_stock_asset"]
  click n0 "/schema/table/adobe_stock_asset"
  c -- media_gallery_id --> n0
  n1["media_gallery_asset_keyword"]
  click n1 "/schema/table/media_gallery_asset_keyword"
  c -- asset_id --> n1
  click c "/schema/table/media_gallery_asset"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (12)

NameTypeNullDefaultComment
id PKint unsignednoEntity ID
path text yesPath
title varchar(255) yesTitle
description text yesDescription
source varchar(255) yesSource
hash varchar(255) yesFile hash
content_type varchar(255) yesContent Type
width int unsignedno0Width
height int unsignedno0Height
size int unsignednoAsset file size in bytes
created_at timestamp noCURRENT_TIMESTAMPCreated At
updated_at timestamp noCURRENT_TIMESTAMPUpdated At

Keys & indexes

Primary key: id

Indexes

  • MEDIA_GALLERY_ID (id) btree
  • MEDIA_GALLERY_ASSET_TITLE (title) fulltext

Referenced by (2)