tables_db_update_email_column
Modify an email column's configuration in Appwrite database tables, including requirements and default values, without affecting existing data.
Instructions
Update an email column. Changing the default value will not update already existing rows.
Input Schema
TableJSON 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 | Yes | Default value for column when not provided. Cannot be set when column is required. | |
| new_key | No | New Column Key. |