good first issueneed to discusstype/enhancement
Repository-Metriken
- Stars
- (9.828 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
- create an edgetype with prop
> create edge choose(grade int)
- create the edgetype without any prop using
if not exists
> create edge if not exists choose()
Execution succeeded (Time spent: 12.129/13.466 ms)
- check the schema of choose
describe edge choose;
================
| Field | Type |
================
| grade | int |
----------------
Got 1 rows (Time spent: 13.604/15.04 ms)
In step 2, maybe "the edgetype exists, we will not create" is more user-friendly than "Execution succeeded"