Skip to content

Commit e9e91ba

Browse files
ENGCOM-8947: Make product SKU not null #32532
- Merge Pull Request #32532 from ihor-sviziev/magento2:patch-10 - Merged commits: 1. a369d5a
2 parents 8b56d34 + a369d5a commit e9e91ba

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)