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