Is your feature request related to a problem? Please describe.
Changes to models doesn't change the database/table directly.
A workaround is to delete the database and let it recreate next time.
Describe the solution you'd like
On startup check if all tables are still up to date with model definition. If not ALTER TABLE.
If this is not possible throw exception.
Is your feature request related to a problem? Please describe.
Changes to models doesn't change the database/table directly.
A workaround is to delete the database and let it recreate next time.
Describe the solution you'd like
On startup check if all tables are still up to date with model definition. If not ALTER TABLE.
If this is not possible throw exception.