1
0
Fork 0
arangodb/Doxygen/Examples.Durham/shell_collection-rename

6 lines
191 B
Plaintext

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