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 592c792 commit a369d5aCopy full SHA for a369d5a
app/code/Magento/Catalog/etc/db_schema.xml
@@ -13,7 +13,7 @@
13
<column xsi:type="smallint" name="attribute_set_id" unsigned="true" nullable="false"
14
identity="false" default="0" comment="Attribute Set ID"/>
15
<column xsi:type="varchar" name="type_id" nullable="false" length="32" default="simple" comment="Type ID"/>
16
- <column xsi:type="varchar" name="sku" nullable="true" length="64" comment="SKU"/>
+ <column xsi:type="varchar" name="sku" nullable="false" length="64" comment="SKU"/>
17
<column xsi:type="smallint" name="has_options" unsigned="false" nullable="false" identity="false"
18
default="0" comment="Has Options"/>
19
<column xsi:type="smallint" name="required_options" unsigned="true" nullable="false"
0 commit comments