Shopware 5.7.3 s_order_shippingaddress_attributes
Custom attribute extensions for order shipping addresses.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| shippingID | int(11) | YES | Unique Foreign Key → s_order_shippingaddress.id |
| text1 | text | YES | |
| text2 | text | YES | |
| text3 | text | YES | |
| text4 | text | YES | |
| text5 | text | YES | |
| text6 | text | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| shippingID | shippingID | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| shippingID | s_order_shippingaddress | id |
