Shopware 5.7.4 s_blog_attributes
Custom attribute extensions for blog posts.
| Column | Type | Nullable | Additional |
| id | int(11) | NO | Primary Key, auto_increment |
| blog_id | int(11) unsigned | YES | Index
Foreign Key → s_blog.id |
| attribute1 | text | YES | |
| attribute2 | text | YES | |
| attribute3 | text | YES | |
| attribute4 | text | YES | |
| attribute5 | text | YES | |
| attribute6 | text | YES | |
| Index Name | Columns | Unique |
| blog_id | blog_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| blog_id | s_blog | id |