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 cd1bcb6 + 36f5b5c commit 50a5c12Copy full SHA for 50a5c12
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