Shopware 5.6.4 s_user_billingaddress_attributes
Custom attribute extensions for legacy customer billing addresses.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| billingID | int(11) | YES | Unique Foreign Key → s_user_billingaddress.id |
| text1 | text | YES | |
| text2 | text | YES | |
| text3 | text | YES | |
| text4 | text | YES | |
| text5 | text | YES | |
| text6 | text | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| billingID | billingID | Yes |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| billingID | s_user_billingaddress | id |
