📄 Magento_Theme · engine innodb
design_change
Design Changes
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["design_change"]:::center n0["store"] click n0 "/schema/table/store" n0 -- store_id --> c click c "/schema/table/design_change" 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 |
|---|---|---|---|---|
| design_change_id PK | int | no | Design Change ID | |
| store_id | smallint unsigned | no | 0 | Store ID |
| design | varchar(255) | yes | Design | |
| date_from | date | yes | First Date of Design Activity | |
| date_to | date | yes | Last Date of Design Activity |
Keys & indexes
Primary key: design_change_id
Indexes
- DESIGN_CHANGE_STORE_ID (store_id) btree
References (1)
- store_id → store .store_id (on delete CASCADE)