← Shopware 5.7.12

Shopware 5.7.12 s_user_billingaddress_attributes

Custom attribute extensions for legacy customer billing addresses.

Columns

8 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

2 indexes

Index Name Columns Unique
billingID billingID Yes
PRIMARY id Yes

Relations (from this table)

1 relations

Local Field Foreign Table Foreign Field
billingID s_user_billingaddress id