smiley
DTDrizzle Team
•Created by smiley on 5/2/2024 in #help
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
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!2 replies