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