Skip to content

Commit

Permalink
Update 3.alter-tag.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Feb 18, 2022
1 parent 0bd76de commit f7536c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs-2.0/3.ngql-guide/10.tag-statements/3.alter-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
ALTER TAG <tag_name>
<alter_definition> [[, alter_definition] ...]
[ttl_definition [, ttl_definition] ... ]
[COMMENT '<comment>']
[NOT NULL]
[DEFAULT <defalut_value>];
[COMMENT '<comment>'];
alter_definition:
| ADD (prop_name data_type [NULL | NOT NULL] [DEFAULT <default_value>] [COMMENT '<comment>'])
Expand Down

0 comments on commit f7536c7

Please sign in to comment.