Adding/dropping columns are pretty common in doing DB work. It'd be really cool if there was some infrastructure to assist with automatic generation of table migration SQL.
One of the hard parts about this with the current model is that it would probably involve introspection using SQLite-specific commands to compare table definitions.
Adding/dropping columns are pretty common in doing DB work. It'd be really cool if there was some infrastructure to assist with automatic generation of table migration SQL.
One of the hard parts about this with the current model is that it would probably involve introspection using SQLite-specific commands to compare table definitions.