Skip to content

Commit

Permalink
[Feature] corrected documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hshahconsulting committed Aug 20, 2024
1 parent cc08c2e commit 0419677
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/resources/sql_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ Currently, changing the column definitions for a table will require dropping and

* `name` - User-visible name of column
* `type` - Column type spec (with metadata) as SQL text. Not supported for `VIEW` table_type.
* `identity` - (Optional) Whether field is an identity column. Can be `default`, `always` or ``. (Default: ``)
* `identity` - (Optional) Whether field is an identity column. Can be `default`, `always` or unset.
It is unset by default.
* `comment` - (Optional) User-supplied free-form text.
* `nullable` - (Optional) Whether field is nullable (Default: `true`)

Expand Down

0 comments on commit 0419677

Please sign in to comment.