Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix : fail to alter existing boolean column from smallint with defaul…
…t value to boolean in postgres (#180) (#181) * fix : fail to alter column from smallint to boolean * fix : fail to alter column from smallint to boolean * fix : fail to alter column from string to boolean * fix : fail to alter column from string to boolean if the value is "false" in string * move using conversion expression to func * move using expression to func * fix : fail to alter existing boolean column from smallint with default value to boolean in postgres (#180) * isUncastableDefaultValue * ModifyColumn & DropDefaultValue * ModifyColumn + DropDefaultValue > modifyColumn
- Loading branch information