Skip to content

Commit f33ee41

Browse files
authored
grammar
1 parent a11c97f commit f33ee41

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>Specifies the length of a column. Can be used for `char`, `varchar`, `varbinary` types.</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)