Skip to content

generateMigrationScript ignores type change from varchar to text #2441

@SerVB

Description

@SerVB

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;.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions