PhilipSkinner / elemental-lowcode

Elemental lowcode development platform.
MIT License
113 stars 17 forks source link

Data type - field renaming #164

Open PhilipSkinner opened 2 years ago

PhilipSkinner commented 2 years ago

Its not possible to rename a field at the moment - doing so will drop the old field (column) from the database and will create a new one with the new name.

The system should support detecting the name change and should alter the table to rename the column instead of dropping/creating.