tables_db_get_column
Retrieve a specific column from an Appwrite database table by providing the database ID, table ID, and column key.
Instructions
Get column by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | Database ID. | |
| table_id | Yes | Table ID. | |
| key | Yes | Column Key. |