MageSmith

📦 Magento_Catalog · engine innodb

catalog_product_link_attribute_varchar

Catalog Product Link Varchar Attribute Table

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

flowchart LR
  c["catalog_product_link_attribute_varchar"]:::center
  n0["catalog_product_link"]
  click n0 "/schema/table/catalog_product_link"
  n0 -- link_id --> c
  n1["catalog_product_link_attribute"]
  click n1 "/schema/table/catalog_product_link_attribute"
  n1 -- product_link_attribute_id --> c
  click c "/schema/table/catalog_product_link_attribute_varchar"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (4)

NameTypeNullDefaultComment
value_id PKint unsignednoValue ID
product_link_attribute_id smallint unsignedno0Product Link Attribute ID
link_id int unsignednoLink ID
value varchar(255) yesValue

Keys & indexes

Primary key: value_id

Unique

  • CAT_PRD_LNK_ATTR_VCHR_PRD_LNK_ATTR_ID_LNK_ID (product_link_attribute_id, link_id)

Indexes

  • CATALOG_PRODUCT_LINK_ATTRIBUTE_VARCHAR_LINK_ID (link_id) btree

References (2)