Skip to content

Commit de3d4d4

Browse files
authored
Merge pull request magento#7057 from atwixfirster/db-schema-length-attribute
magento/devdocs#: Add info about column types for which we can set a `length` attribute
2 parents bad2fa7 + 47c51a3 commit de3d4d4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

src/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
@@ -124,7 +124,7 @@ A column can have the following attributes:
124124
</tr>
125125
<tr>
126126
<td><code>length</code></td>
127-
<td>In text and binary types (including varchar and varbinary), specifies the length of a column.</td>
127+
<td>Specifies the length of a column. Can be used for `char`, `varchar`, and `varbinary` types.</td>
128128
</tr>
129129
<tr>
130130
<td><code>nullable</code></td>

0 commit comments

Comments
 (0)