Sqlite migration failing
When I add a new column to a table in typescript schema
Run generate command then migrate.
The migration fails because the query tries to copy newly added columns from old table to new table.
Run generate command then migrate.
The migration fails because the query tries to copy newly added columns from old table to new table.