postColumn
Add new columns to a database table by specifying schema, table, and column definitions including name, data type, nullability, default values, identity generation, and comment.
Instructions
Create new column(s).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | Schema name | |
| table | Yes | Table name | |
| requestBody | Yes |