Cannot migrate/push after adding column to sqlite table
I'm new to Drizzle, so I assume I'm just doing things wrong.
I have a sqlite db with a bunch of tables.
If I add a single integer column to a table, then try to
I would have thought adding a column wouldn't require me to delete my db and start again, so can anyone help me figure out what I'm doing wrong?
Thanks in advance for your help!
I have a sqlite db with a bunch of tables.
If I add a single integer column to a table, then try to
drizzle-kit push:sqlite I get the following error : I would have thought adding a column wouldn't require me to delete my db and start again, so can anyone help me figure out what I'm doing wrong?
Thanks in advance for your help!