Shopware 5.7.7 s_attribute_configuration
Configuration of custom free-text attribute fields (column name, type, label, help text).
| Column | Type | Nullable | Additional |
| id | int(11) | NO | Primary Key, auto_increment |
| table_name | varchar(255) | NO | Index |
| column_name | varchar(255) | NO | |
| column_type | varchar(255) | NO | |
| default_value | varchar(500) | YES | |
| position | int(11) | NO | |
| translatable | int(1) | NO | |
| display_in_backend | int(1) | NO | |
| custom | int(1) | NO | |
| help_text | text | YES | |
| support_text | varchar(500) | YES | |
| label | varchar(255) | YES | |
| entity | varchar(500) | YES | |
| array_store | mediumtext | YES | |
| readonly | int(1) | NO | |
| Index Name | Columns | Unique |
| PRIMARY | id | Yes |
| table_column_unique | table_name,column_name | Yes |
| table_name | table_name | No |