Shopware 6.7.4.0 theme_child
Parent-child relationships between themes (theme inheritance chain).
| 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 |
| Index Name | Columns | Unique |
| fk.theme_child.child_id | child_id | No |
| PRIMARY | parent_id,child_id | Yes |
Relations (from this table)
2 relations
| Local Field | Foreign Table | Foreign Field |
| child_id | theme | id |
| parent_id | theme | id |