Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions app/code/Magento/Catalog/etc/db_schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</table>
<table name="catalog_product_entity_datetime" resource="default" engine="innodb"
comment="Catalog Product Datetime Attribute Backend Table">
<column xsi:type="int" name="value_id" unsigned="false" nullable="false" identity="true"
<column xsi:type="int" name="value_id" unsigned="true" nullable="false" identity="true"
comment="Value ID"/>
<column xsi:type="smallint" name="attribute_id" unsigned="true" nullable="false" identity="false"
default="0" comment="Attribute ID"/>
Expand Down Expand Up @@ -105,7 +105,7 @@
</table>
<table name="catalog_product_entity_int" resource="default" engine="innodb"
comment="Catalog Product Integer Attribute Backend Table">
<column xsi:type="int" name="value_id" unsigned="false" nullable="false" identity="true"
<column xsi:type="int" name="value_id" unsigned="true" nullable="false" identity="true"
comment="Value ID"/>
<column xsi:type="smallint" name="attribute_id" unsigned="true" nullable="false" identity="false"
default="0" comment="Attribute ID"/>
Expand Down Expand Up @@ -150,7 +150,7 @@
</table>
<table name="catalog_product_entity_text" resource="default" engine="innodb"
comment="Catalog Product Text Attribute Backend Table">
<column xsi:type="int" name="value_id" unsigned="false" nullable="false" identity="true"
<column xsi:type="int" name="value_id" unsigned="true" nullable="false" identity="true"
comment="Value ID"/>
<column xsi:type="smallint" name="attribute_id" unsigned="true" nullable="false" identity="false"
default="0" comment="Attribute ID"/>
Expand Down Expand Up @@ -185,7 +185,7 @@
</table>
<table name="catalog_product_entity_varchar" resource="default" engine="innodb"
comment="Catalog Product Varchar Attribute Backend Table">
<column xsi:type="int" name="value_id" unsigned="false" nullable="false" identity="true"
<column xsi:type="int" name="value_id" unsigned="true" nullable="false" identity="true"
comment="Value ID"/>
<column xsi:type="smallint" name="attribute_id" unsigned="true" nullable="false" identity="false"
default="0" comment="Attribute ID"/>
Expand Down Expand Up @@ -220,7 +220,7 @@
</table>
<table name="catalog_product_entity_gallery" resource="default" engine="innodb"
comment="Catalog Product Gallery Attribute Backend Table">
<column xsi:type="int" name="value_id" unsigned="false" nullable="false" identity="true"
<column xsi:type="int" name="value_id" unsigned="true" nullable="false" identity="true"
comment="Value ID"/>
<column xsi:type="smallint" name="attribute_id" unsigned="true" nullable="false" identity="false"
default="0" comment="Attribute ID"/>
Expand Down Expand Up @@ -784,7 +784,7 @@
</table>
<table name="catalog_product_entity_tier_price" resource="default" engine="innodb"
comment="Catalog Product Tier Price Attribute Backend Table">
<column xsi:type="int" name="value_id" unsigned="false" nullable="false" identity="true"
<column xsi:type="int" name="value_id" unsigned="true" nullable="false" identity="true"
comment="Value ID"/>
<column xsi:type="int" name="entity_id" unsigned="true" nullable="false" identity="false"
default="0" comment="Entity ID"/>
Expand Down