Open puzpuzpuz opened 6 months ago
At the moment, changing a column from, for example, STRING to SYMBOL type requires adding a new column, running UPDATE and dropping the old column. We should make it as easy as a single ALTER TABLE my_table ALTER COLUMN my_column TYPE SYMBOL;
ALTER TABLE my_table ALTER COLUMN my_column TYPE SYMBOL;
At the moment, changing a column from, for example, STRING to SYMBOL type requires adding a new column, running UPDATE and dropping the old column. We should make it as easy as a single
ALTER TABLE my_table ALTER COLUMN my_column TYPE SYMBOL;