Skip to content

Commit

Permalink
Update 5.show-create-tags-edges.md (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Nov 1, 2021
1 parent bf43c24 commit 08ec670
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nebula> SHOW CREATE TAG player;
| "player" | "CREATE TAG `player` ( |
| | `name` string NULL, |
| | `age` int64 NULL |
| | ) ttl_duration = 0, ttl_col = "" |
| | ) ttl_duration = 0, ttl_col = """ |
+----------+-----------------------------------+
nebula> SHOW CREATE EDGE follow;
Expand Down

0 comments on commit 08ec670

Please sign in to comment.