Skip to content

Commit a369d5a

Browse files
authored
Make product SKU not null
1 parent 592c792 commit a369d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<column xsi:type="smallint" name="attribute_set_id" unsigned="true" nullable="false"
1414
identity="false" default="0" comment="Attribute Set ID"/>
1515
<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"/>
16+
<column xsi:type="varchar" name="sku" nullable="false" length="64" comment="SKU"/>
1717
<column xsi:type="smallint" name="has_options" unsigned="false" nullable="false" identity="false"
1818
default="0" comment="Has Options"/>
1919
<column xsi:type="smallint" name="required_options" unsigned="true" nullable="false"

0 commit comments

Comments
 (0)