Can't alter column from `.notNull()` to `allow null`
Background
I have an SQLite db, and a schema.I edited my schema to:
Aim
Assuming the business logic is correct, I aimed to migrate my database withdrizzle-kit generate and <apply migration script>.Problem
However, after running the generate script, no migration was generated. How can I make C1 allowNULL values?Environment
Related SEO tags so others can find the problem and the solution quicker: NOT NULL constraint failed