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.
1 parent c505db2 commit 5fb051bCopy full SHA for 5fb051b
app/code/Magento/Eav/etc/db_schema.xml
@@ -205,7 +205,7 @@
205
default="0" comment="Store ID"/>
206
<column xsi:type="int" name="entity_id" unsigned="true" nullable="false" identity="false"
207
default="0" comment="Entity ID"/>
208
- <column xsi:type="mediumtext" name="value" nullable="false" comment="Attribute Value"/>
+ <column xsi:type="text" name="value" nullable="false" comment="Attribute Value"/>
209
<constraint xsi:type="primary" referenceId="PRIMARY">
210
<column name="value_id"/>
211
</constraint>
0 commit comments