Skip to content

Commit 0790b4e

Browse files
ENGCOM-9345: Update length of 'increment_id' field for consistency #34672
- Merge Pull Request #34672 from fredden/magento2:increment-id-consistency - Merged commits: 1. be839db
2 parents 302f6c5 + be839db commit 0790b4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<column xsi:type="decimal" name="weight" scale="4" precision="12" unsigned="false" nullable="true"
189189
comment="Weight"/>
190190
<column xsi:type="datetime" name="customer_dob" on_update="false" nullable="true" comment="Customer Dob"/>
191-
<column xsi:type="varchar" name="increment_id" nullable="true" length="32" comment="Increment ID"/>
191+
<column xsi:type="varchar" name="increment_id" nullable="true" length="50" comment="Increment ID"/>
192192
<column xsi:type="varchar" name="applied_rule_ids" nullable="true" length="128" comment="Applied Rule Ids"/>
193193
<column xsi:type="varchar" name="base_currency_code" nullable="true" length="3" comment="Base Currency Code"/>
194194
<column xsi:type="varchar" name="customer_email" nullable="true" length="128" comment="Customer Email"/>
@@ -208,7 +208,7 @@
208208
<column xsi:type="varchar" name="hold_before_state" nullable="true" length="32" comment="Hold Before State"/>
209209
<column xsi:type="varchar" name="hold_before_status" nullable="true" length="32" comment="Hold Before Status"/>
210210
<column xsi:type="varchar" name="order_currency_code" nullable="true" length="3" comment="Order Currency Code"/>
211-
<column xsi:type="varchar" name="original_increment_id" nullable="true" length="32"
211+
<column xsi:type="varchar" name="original_increment_id" nullable="true" length="50"
212212
comment="Original Increment ID"/>
213213
<column xsi:type="varchar" name="relation_child_id" nullable="true" length="32" comment="Relation Child ID"/>
214214
<column xsi:type="varchar" name="relation_child_real_id" nullable="true" length="32"

0 commit comments

Comments
 (0)