Shopware 5.5.9 s_categories_attributes
Custom attribute extensions for categories.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| categoryID | int(11) unsigned | YES | Unique Foreign Key → s_categories.id |
| attribute1 | text | YES | |
| attribute2 | text | YES | |
| attribute3 | text | YES | |
| attribute4 | text | YES | |
| attribute5 | text | YES | |
| attribute6 | text | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| categoryID | categoryID | Yes |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| categoryID | s_categories | id |
