Shopware 6.7.7.1 custom_field_set
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| name | varchar(255) | NO | |
| config | json | YES | |
| active | tinyint(1) | NO | Default: 1 |
| app_id | binary(16) | YES | Index Foreign Key → app.id |
| position | int | NO | Default: 1 |
| global | tinyint(1) | NO | Default: 0 |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.custom_field_set.app_id | app_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| app_id | app | id |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | custom_field | set_id |
| id | custom_field_set_relation | set_id |
| id | product_custom_field_set | custom_field_set_id |
