### SQLDelight Version 2.0.0 ### SQLDelight Dialect postgresql ### Describe the Bug Drop not null is not supported. Only way to mitigate this is to drop the column and recreate it again. `ALTER TABLE X ALTER COLUMN Y DROP NOT NULL` ### Stacktrace _No response_