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.

no such column: new_column_name
Was this page helpful?