1
0
Fork 0
arangodb/Documentation/Examples/shell_collection-rename

6 lines
186 B
Plaintext

arango> c = db.example;
[ArangoCollection 68519, "example" (status new born)]
arango> c.rename("better-example");
arango> c;
[ArangoCollection 68519, "better-example" (status new born)]