ITADN

generateMigrationScript ignores type change from varchar to text

#2441OpenSerVB 创建于 2025-03-10
S
SerVBcommented
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;`.
1 条评论