What is the suggested/encouraged way to update a changed table (ie a table that has 10 new columns/changed column names)?
This happens quite frequently to me and at the moment I dont have a solution that is not painfully cumbersome...
(and I know schemaupdates from the database is a planned feature, but in the meantime...)
Best way to update a table

Dropping the table is not really a good option, since you have to redo all work you did on the set (like renaming entities/association and everything else). That process is also errorprone (since we are humans).
Any ETA on the updatefeature? I would even settle with an "Only add new columns not in the current storagemodel"
