appwrite_create_collection
Create a new database collection to organize and store structured data with configurable permissions and security settings.
Instructions
[UNIFIED] Create a new collection in a database. Use 'unique()' for auto-generated ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| database_id | Yes | ||
| collection_id | Yes | ||
| name | Yes | ||
| permissions | No | ||
| document_security | No | ||
| enabled | No |