add_column
Add a new column to a PostgreSQL table by specifying database, table, column name, and data type.
Instructions
Adds a new column to a table dynamically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_name | Yes | ||
| table | Yes | ||
| column_name | Yes | ||
| data_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |