arango_create_collection
Create a new document or edge collection in ArangoDB to organize and store data for database operations.
Instructions
Create a new collection in the database
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the collection to create | |
| type | No | Type of collection to create ("document" or "edge") | document |
| waitForSync | No | If true, wait for data to be synchronized to disk before returning |