Skip to content

Commit

Permalink
Changing the data type for quote column customer_note
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-chandra3197 committed Dec 23, 2019
1 parent 4165276 commit 0621d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Quote/etc/db_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<column xsi:type="varchar" name="customer_lastname" nullable="true" length="255" comment="Customer Lastname"/>
<column xsi:type="varchar" name="customer_suffix" nullable="true" length="40" comment="Customer Suffix"/>
<column xsi:type="datetime" name="customer_dob" on_update="false" nullable="true" comment="Customer Dob"/>
<column xsi:type="varchar" name="customer_note" nullable="true" length="255" comment="Customer Note"/>
<column xsi:type="text" name="customer_note" nullable="true" comment="Customer Note"/>
<column xsi:type="smallint" name="customer_note_notify" padding="5" unsigned="true" nullable="true"
identity="false" default="1" comment="Customer Note Notify"/>
<column xsi:type="smallint" name="customer_is_guest" padding="5" unsigned="true" nullable="true"
Expand Down

0 comments on commit 0621d52

Please sign in to comment.