databases_create_string_attribute
Add a string attribute to a specified collection in your Appwrite database. Define parameters like key, size, and whether the attribute is required for precise customization and efficient data management.
Instructions
Create string attribute
Input Schema
Name | Required | Description | Default |
---|---|---|---|
array | No | Parameter 'array' | |
collection_id | Yes | Parameter 'collection_id' | |
database_id | Yes | Parameter 'database_id' | |
default | No | Parameter 'default' | |
encrypt | No | Parameter 'encrypt' | |
key | Yes | Parameter 'key' | |
required | Yes | Parameter 'required' | |
size | Yes | Parameter 'size' |