Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9bf98a

Browse files
authored
Merge pull request magento#3733 from mage2pratik/patch-18
Update db-schema.md
2 parents 6296ef2 + 553a05d commit c9bf98a

File tree

1 file changed

+1
-1
lines changed
  • guides/v2.3/extension-dev-guide/declarative-schema

1 file changed

+1
-1
lines changed

guides/v2.3/extension-dev-guide/declarative-schema/db-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following example, extracted from the `Catalog/etc/db_schema.xml` file, defi
2424
<column xsi:type="int" name="value_id" padding="11" unsigned="false" nullable="false" identity="true" comment="Value ID"/>
2525
<column xsi:type="smallint" name="attribute_id" padding="5" unsigned="true" nullable="false" identity="false" default="0" comment="Attribute ID"/>
2626
<column xsi:type="smallint" name="store_id" padding="5" unsigned="true" nullable="false" identity="false" default="0" comment="Store ID"/>
27-
<column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" default="0"/>
27+
<column xsi:type="int" name="entity_id" padding="10" unsigned="true" nullable="false" identity="false" default="0" comment="Entity ID"/>
2828
<column xsi:type="datetime" name="value" on_update="false" nullable="true" comment="Value"/>
2929
<constraint xsi:type="primary" referenceId="PRIMARY">
3030
<column name="value_id"/>

0 commit comments

Comments
 (0)