Skip to content

Commit

Permalink
Update 4.show-create-space.md (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Nov 1, 2021
1 parent 08ec670 commit d1f642d
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ SHOW CREATE SPACE <space_name>;

```ngql
nebula> SHOW CREATE SPACE basketballplayer;
+--------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| Space | Create Space |
+--------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
| "basketballplayer" | "CREATE SPACE `basketballplayer` (partition_num = 10, replica_factor = 1, charset = utf8, collate = utf8_bin, vid_type = FIXED_STRING(32))" |
+--------------------+---------------------------------------------------------------------------------------------------------------------------------------------+
```
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| Space | Create Space |
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| "basketballplayer" | "CREATE SPACE `basketballplayer` (partition_num = 10, replica_factor = 1, charset = utf8, collate = utf8_bin, vid_type = FIXED_STRING(32)) ON default" |
+--------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
```

0 comments on commit d1f642d

Please sign in to comment.