Skip to content

Commit 0621d52

Browse files
Changing the data type for quote column customer_note
1 parent 4165276 commit 0621d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<column xsi:type="varchar" name="customer_lastname" nullable="true" length="255" comment="Customer Lastname"/>
5757
<column xsi:type="varchar" name="customer_suffix" nullable="true" length="40" comment="Customer Suffix"/>
5858
<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"/>
6060
<column xsi:type="smallint" name="customer_note_notify" padding="5" unsigned="true" nullable="true"
6161
identity="false" default="1" comment="Customer Note Notify"/>
6262
<column xsi:type="smallint" name="customer_is_guest" padding="5" unsigned="true" nullable="true"

0 commit comments

Comments
 (0)