Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

magento/devdocs#: Add info about column types for which we can set a length attribute #7057

Merged
merged 4 commits into from
Apr 20, 2020
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ A column can have the following attributes:
</tr>
<tr>
<td><code>length</code></td>
<td>In text and binary types (including varchar and varbinary), specifies the length of a column.</td>
<td>Specifies the length of a column. Can be used for `char`, `varchar`, and `varbinary` types.</td>
</tr>
<tr>
<td><code>nullable</code></td>
Expand Down