👤 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.
Related tables (1)
Columns (5)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| option_id PK | int unsigned | no | Option ID | |
| wishlist_item_id | int unsigned | no | Wishlist Item ID | |
| product_id | int unsigned | no | Product ID | |
| code | varchar(255) | no | Code | |
| value | text | yes | Value |
Keys & indexes
Primary key: option_id
References (1)
- wishlist_item_id → wishlist_item .wishlist_item_id (on delete CASCADE)