Shopware 5.7.9 s_articles_prices_attributes
Custom attribute extensions for product prices.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| priceID | int(11) unsigned | YES | Unique Foreign Key → s_articles_prices.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| priceID | priceID | Yes |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| priceID | s_articles_prices | id |
