alterSequenceComment
Last updated: February 2, 2026
Sets or removes the comment on an existing sequence in Snowflake.
Note: This change type does not support automatic rollback or database inspection features (snapshot, diff, diff-changelog, and generate-changelog commands).
Available attributes
Attribute | Type | Description | Required |
|---|---|---|---|
| String | Name of the catalog (database) containing the sequence | No |
| String | Name of the schema containing the sequence | No |
| String | Name of the sequence to alter | Yes |
| Boolean | Don't error if the sequence doesn't exist | No |
| String | New comment text to set* | No |
| Boolean | Remove the existing comment* | No |
* Exactly one of newComment or unsetComment must be specified.
loading
loading
loading
loading