Fields (12)
| Name | Type | Null | Key | Default | Extra |
| id | binary(16) | NO | PRI | NULL | |
| name | varchar(255) | NO | UNI | NULL | |
| type | varchar(255) | NO | | NULL | |
| config | json | YES | | NULL | |
| active | tinyint(1) | NO | | 1 | |
| set_id | binary(16) | YES | MUL | NULL | |
| created_at | datetime(3) | NO | | NULL | |
| updated_at | datetime(3) | YES | | NULL | |
| allow_customer_write | tinyint | NO | | 0 | |
| allow_cart_expose | tinyint(1) | NO | | 0 | |
| store_api_aware | tinyint(1) | NO | | 1 | |
| include_in_search | tinyint(1) | NO | | 0 | |
Indexes (3)
| Name | Columns | Unique |
| fk.custom_field.set_id | set_id | No |
| PRIMARY | id | Yes |
| uniq.custom_field.name | name | Yes |