It appears that drizzle kit attempts to drop my constraints and then re-add them. The difference this time is it add the schema "public" to the tables when constructing the constraints.
What version of drizzle-orm are you using? latest What version of drizzle-kit are you using? latest Describe the Bug When trying drizzle-kit generate:sqlite --config drizzle.config.ts I get drizzle...