Skip to content

Commit

Permalink
Add customer_address_entity
Browse files Browse the repository at this point in the history
  • Loading branch information
mpchadwick committed Apr 6, 2019
1 parent da76477 commit 192307d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions etc/magento2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ tables:
firstname: firstname
lastname: lastname
vat_id: vat_number
- name: customer_address_entity
columns:
city: city
company: company
fax: telephone
firstname: firstname
lastname: lastname
postcode: postcode
street: street
telephone: telephone
vat_id: vat_number
- name: newsletter_subscriber
columns:
subscriber_email: email
Expand Down

0 comments on commit 192307d

Please sign in to comment.