Shopware 5.7.16 s_order_attributes
Custom attribute extensions for orders.
| Column | Type | Nullable | Additional |
| id | int(11) | NO | Primary Key, auto_increment |
| orderID | int(11) | YES | Unique
Foreign Key → s_order.id |
| attribute1 | text | YES | |
| attribute2 | text | YES | |
| attribute3 | text | YES | |
| attribute4 | text | YES | |
| attribute5 | text | YES | |
| attribute6 | text | YES | |
| Index Name | Columns | Unique |
| orderID | orderID | Yes |
| PRIMARY | id | Yes |
Relations (from this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| orderID | s_order | id |