Might be pilot error somewhere, but I’m getting a parse error that claims that modifyColumn is not valid inside a changeSet.
2.0-rc7
Best,
Laird
Might be pilot error somewhere, but I’m getting a parse error that claims that modifyColumn is not valid inside a changeSet.
2.0-rc7
Best,
Laird
Duh; answering my own question which I had actually asked here earlier as well…it’s been one of those weeks months years…
modifyDataType is the new modifyColumn; it takes schemaName, tableName, columnName and newDataType. Reports have surfaced that it takes nullable as well, but this turns out not to be the case. You need to chase any data type re-definition with an addNotNullConstraint refactoring in another change set.
Best,
Laird