Shopware 6.7.8.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 | json | 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 | |
| allow_customer_write | tinyint | NO | Default: 0 |
| allow_cart_expose | tinyint(1) | NO | Default: 0 |
| store_api_aware | tinyint(1) | NO | Default: 1 |
| include_in_search | tinyint(1) | NO | Default: 0 |
| 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
Relations (to this table)
1 relations