← Shopware 5.5.10

Shopware 5.5.10 s_articles_attributes

Custom attribute extensions for products (free-text fields, custom data).

Columns

23 columns

Column Type Nullable Additional
id int(11) NO Primary Key, auto_increment
articleID int(11) unsigned YES Index Foreign Key → s_articles.id
articledetailsID int(11) unsigned YES Unique Foreign Key → s_articles_details.id
attr1 text YES
attr2 text YES
attr3 text YES
attr4 text YES
attr5 text YES
attr6 text YES
attr7 text YES
attr8 text YES
attr9 text YES
attr10 text YES
attr11 text YES
attr12 text YES
attr13 text YES
attr14 text YES
attr15 text YES
attr16 text YES
attr17 text YES
attr18 text YES
attr19 text YES
attr20 text YES

Indexes

3 indexes

Index Name Columns Unique
articledetailsID articledetailsID Yes
articleID articleID No
PRIMARY id Yes

Relations (from this table)

2 relations

Local Field Foreign Table Foreign Field
articleID s_articles id
articledetailsID s_articles_details id