Shopware 6.7.8.0 theme_child
Parent-child relationships between themes (theme inheritance chain).
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| parent_id | binary(16) | NO | Primary Key Foreign Key → theme.id |
| child_id | binary(16) | NO | Primary Key Foreign Key → theme.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.theme_child.child_id | child_id | No |
| PRIMARY | parent_id,child_id | Yes |
