Skip to content

Commit

Permalink
Update 4.describe-space.md (#1660)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Apr 19, 2022
1 parent 022d2a1 commit 179fcd1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs-2.0/3.ngql-guide/9.space-statements/4.describe-space.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ DESC[RIBE] SPACE <graph_space_name>;

```ngql
nebula> DESCRIBE SPACE basketballplayer;
+----+--------------------+------------------+----------------+---------+------------+--------------------+-------------+---------+
| ID | Name | Partition Number | Replica Factor | Charset | Collate | Vid Type | Atomic Edge | Comment |
+----+--------------------+------------------+----------------+---------+------------+--------------------+-------------+---------+
| 1 | "basketballplayer" | 10 | 1 | "utf8" | "utf8_bin" | "FIXED_STRING(32)" | false | |
+----+--------------------+------------------+----------------+---------+------------+--------------------+-------------+---------+
+----+--------------------+------------------+----------------+---------+------------+--------------------+-----------+---------+
| ID | Name | Partition Number | Replica Factor | Charset | Collate | Vid Type | Zones | Comment |
+----+--------------------+------------------+----------------+---------+------------+--------------------+-----------+---------+
| 1 | "basketballplayer" | 10 | 1 | "utf8" | "utf8_bin" | "FIXED_STRING(32)" | "default" | |
+----+--------------------+------------------+----------------+---------+------------+--------------------+-----------+---------+
```

<!--
Expand Down

0 comments on commit 179fcd1

Please sign in to comment.