Shopware 6.3.0.1 custom_field_set
Groups of custom fields that can be assigned to entities (products, customers, orders, etc.).
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| name | varchar(255) | NO | |
| config | longtext | YES | |
| active | tinyint(1) | NO | Default: 1 |
| global | tinyint(1) | NO | Default: 0 |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| PRIMARY | id | Yes |
Relations (to this table)
3 relations