Skip to content

Commit e27f09f

Browse files
committed
add missing fields to quote_address
1 parent 072ef37 commit e27f09f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Quote/etc/db_schema.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@
202202
<column xsi:type="text" name="vat_request_date" nullable="true" comment="Vat Request Date"/>
203203
<column xsi:type="smallint" name="vat_request_success" padding="6" unsigned="false" nullable="true"
204204
identity="false" comment="Vat Request Success"/>
205+
<column xsi:type="text" name="validated_country_code" nullable="true" comment="Validated Country Code"/>
206+
<column xsi:type="text" name="validated_vat_number" nullable="true" comment="Validated Vat Number"/>
205207
<constraint xsi:type="primary" referenceId="PRIMARY">
206208
<column name="address_id"/>
207209
</constraint>

0 commit comments

Comments
 (0)