appwrite_create_boolean_attribute
Add a boolean attribute to a collection in Appwrite to store true/false data, defining its key, requirement, default value, and array status.
Instructions
[UNIFIED] Create a boolean attribute in a collection.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| database_id | Yes | ||
| collection_id | Yes | ||
| key | Yes | ||
| required | No | ||
| default | No | ||
| array | No |