We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3af7896 + 50a5c12 commit bf5a270Copy full SHA for bf5a270
app/code/Magento/SalesSequence/etc/db_schema.xml
@@ -41,7 +41,7 @@
41
<column xsi:type="varchar" name="entity_type" nullable="false" length="32" comment="Prefix"/>
42
<column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false"
43
comment="Store Id"/>
44
- <column xsi:type="varchar" name="sequence_table" nullable="false" length="32" comment="table for sequence"/>
+ <column xsi:type="varchar" name="sequence_table" nullable="false" length="64" comment="table for sequence"/>
45
<constraint xsi:type="primary" referenceId="PRIMARY">
46
<column name="meta_id"/>
47
</constraint>
0 commit comments