MageSmith

👤 Magento_Wishlist · engine innodb

wishlist_item_option

Wishlist Item Option Table

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

flowchart LR
  c["wishlist_item_option"]:::center
  n0["wishlist_item"]
  click n0 "/schema/table/wishlist_item"
  n0 -- wishlist_item_id --> c
  click c "/schema/table/wishlist_item_option"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (5)

NameTypeNullDefaultComment
option_id PKint unsignednoOption ID
wishlist_item_id int unsignednoWishlist Item ID
product_id int unsignednoProduct ID
code varchar(255) noCode
value text yesValue

Keys & indexes

Primary key: option_id

References (1)

  • wishlist_item_id wishlist_item .wishlist_item_id (on delete CASCADE)