SQLITE error "Table already exists"
Hello, I've run 
drizzle-kit up and drizzle-kit generate, but when I run migrate I get an error saying that a table name already exists. (Error, below)
My understanding is that this would just alter one of my tables based on my schemas, am I misunderstanding something?
applying migrations...LibsqlError: SQLITE_ERROR: table table_name already exists2 Replies