← Shopware 5.6.3

Shopware 5.6.3 s_blog_attributes

Custom attribute extensions for blog posts.

Columns

8 columns

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

Indexes

2 indexes

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