Back
removeColumn()
Removes a column from a database table Only available in a migration CFC
Name | Type | Required | Default | Description |
---|---|---|---|---|
table | string | Yes | The table containing the column to remove | |
columnName | string | No | The column name to remove | |
referenceName | string | No | optional reference name |