← Shopware 5.6.0

Shopware 5.6.0 s_order_billingaddress_attributes

Custom attribute extensions for order 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_order_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_order_billingaddress id