We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bad2fa7 + 47c51a3 commit de3d4d4Copy full SHA for de3d4d4
src/guides/v2.3/extension-dev-guide/declarative-schema/db-schema.md
@@ -124,7 +124,7 @@ A column can have the following attributes:
124
</tr>
125
<tr>
126
<td><code>length</code></td>
127
-<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>
128
129
130
<td><code>nullable</code></td>
0 commit comments