Shopware 6.3.4.1 custom_field
Individual custom field definitions (name, type, config) within a custom field set.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| name | varchar(255) | NO | Unique |
| type | varchar(255) | NO | |
| config | longtext | YES | |
| active | tinyint(1) | NO | Default: 1 |
| set_id | binary(16) | YES | Index
Foreign Key → custom_field_set.id |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| fk.custom_field.set_id | set_id | No |
| PRIMARY | id | Yes |
| uniq.custom_field.name | name | Yes |
Relations (from this table)
1 relations