Error
A valid request URL is required to generate request examples{
"column": {}
}{
"error": "Table not found"
}Column Management
Create a new column
Creates a new column in both the model and the actual database table.
POST
/
tables
/
{tableId}
/
columns
Error
A valid request URL is required to generate request examples{
"column": {}
}{
"error": "Table not found"
}