← Shopware 5.6.4

Shopware 5.6.4 s_articles_prices

Product prices — graduated/quantity pricing per customer group and variant.

Columns

10 columns

Column Type Nullable Additional
id int(11) unsigned NO Primary Key, auto_increment
pricegroup varchar(15) YES Index
from int(10) unsigned NO
to varchar(30) NO
articleID int(11) NO Index, Default: 0
articledetailsID int(11) NO Index, Default: 0
price double NO Default: 0
pseudoprice double YES
baseprice double YES
percent decimal(10,2) YES

Indexes

6 indexes

Index Name Columns Unique
articledetailsID articledetailsID No
articleID articleID No
pricegroup pricegroup,to,articledetailsID No
pricegroup_2 pricegroup,from,articledetailsID No
PRIMARY id Yes
product_prices articledetailsID,from No

Relations (to this table)

1 relations

Local Field Foreign Table Foreign Field
id s_articles_prices_attributes priceID