Skip to content

Commit

Permalink
fixed create index comment syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed Feb 25, 2022
1 parent d0e0d66 commit 0991dea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
## 语法

```ngql
CREATE {TAG | EDGE} INDEX [IF NOT EXISTS] <index_name> ON {<tag_name> | <edge_name>} ([<prop_name_list>]) [COMMENT = '<comment>'];
CREATE {TAG | EDGE} INDEX [IF NOT EXISTS] <index_name> ON {<tag_name> | <edge_name>} ([<prop_name_list>]) [COMMENT '<comment>'];
```

|参数|说明|
Expand Down

0 comments on commit 0991dea

Please sign in to comment.