generateMigrationScript ignores type change from varchar to text
Open
- Dominant language
- Kotlin
- Stars
- 9.3k
- Forks
- 798
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 26
Description
Exposed 0.56.0, postgres.
Actual:
When I only change the column type, the resulting file is empty. If I also change the column name, the file contains addion of the new text column and removal of the old one.
Expected:
Something like `ALTER TABLE your_table ALTER COLUMN your_column TYPE TEXT;`.
Contributor guide
Assessment
This issue has not been assessed yet.