tables_db_create_ip_column
Add an IP address column to a database table in Appwrite to store network identifiers, supporting optional arrays and default values.
Instructions
Create IP address column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| table_id | Yes | Table ID. | |
| key | Yes | Column Key. | |
| required | Yes | Is column required? | |
| default | No | Default value. Cannot be set when column is required. | |
| array | No | Is column an array? |