appwrite_create_integer_attribute
Create an integer attribute in an Appwrite database collection to store numerical data, define constraints like minimum/maximum values, and set default values.
Instructions
[UNIFIED] Create an integer attribute in a collection.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| database_id | Yes | ||
| collection_id | Yes | ||
| key | Yes | ||
| required | No | ||
| min | No | ||
| max | No | ||
| default | No | ||
| array | No |