tables_db_update_relationship_column
Modify relationship columns in Appwrite databases to update foreign key constraints, column keys, and deletion rules for maintaining data integrity.
Instructions
Update relationship column. Learn more about relationship columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| table_id | Yes | Table ID. | |
| key | Yes | Column Key. | |
| on_delete | No | Constraints option | |
| new_key | No | New Column Key. |