Closed andrew-farries closed 7 months ago
To reproduce:
{ "name": "01_create_table", "operations": [ { "create_table": { "name": "users", "columns": [ { "name": "id", "type": "serial", "pk": true }, { "name": "name", "type": "varchar(255)", "unique": true } ] } } ] }
{ "name": "02_change_type", "operations": [ { "alter_column": { "up": "invalid", "down": "invalid", "type": "text", "table": "users", "column": "name" } } ] }
Expected behaviour:
users
Actual behaviour:
To reproduce:
Expected behaviour:
users
table.Actual behaviour:
users
table.