Skip to content

Commit

Permalink
add missing fields to quote_address
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikPel committed Nov 17, 2018
1 parent 072ef37 commit e27f09f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/code/Magento/Quote/etc/db_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@
<column xsi:type="text" name="vat_request_date" nullable="true" comment="Vat Request Date"/>
<column xsi:type="smallint" name="vat_request_success" padding="6" unsigned="false" nullable="true"
identity="false" comment="Vat Request Success"/>
<column xsi:type="text" name="validated_country_code" nullable="true" comment="Validated Country Code"/>
<column xsi:type="text" name="validated_vat_number" nullable="true" comment="Validated Vat Number"/>
<constraint xsi:type="primary" referenceId="PRIMARY">
<column name="address_id"/>
</constraint>
Expand Down

0 comments on commit e27f09f

Please sign in to comment.