File tree 1 file changed +1
-1
lines changed
app/code/Magento/Quote/etc 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 56
56
<column xsi : type =" varchar" name =" customer_lastname" nullable =" true" length =" 255" comment =" Customer Lastname" />
57
57
<column xsi : type =" varchar" name =" customer_suffix" nullable =" true" length =" 40" comment =" Customer Suffix" />
58
58
<column xsi : type =" datetime" name =" customer_dob" on_update =" false" nullable =" true" comment =" Customer Dob" />
59
- <column xsi : type =" varchar " name =" customer_note" nullable =" true" length = " 255 " comment =" Customer Note" />
59
+ <column xsi : type =" text " name =" customer_note" nullable =" true" comment =" Customer Note" />
60
60
<column xsi : type =" smallint" name =" customer_note_notify" padding =" 5" unsigned =" true" nullable =" true"
61
61
identity =" false" default =" 1" comment =" Customer Note Notify" />
62
62
<column xsi : type =" smallint" name =" customer_is_guest" padding =" 5" unsigned =" true" nullable =" true"
You can’t perform that action at this time.
0 commit comments