Shopware 5.6.6 s_order_basket_attributes
Custom attribute extensions for order line items.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| basketID | int(11) | YES | Unique Foreign Key → s_order_basket.id |
| attribute1 | text | YES | |
| attribute2 | text | YES | |
| attribute3 | text | YES | |
| attribute4 | text | YES | |
| attribute5 | text | YES | |
| attribute6 | text | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| basketID | basketID | Yes |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| basketID | s_order_basket | id |
