For SQL Delight - Is there a creative way that any...
# squarelibraries
s
For SQL Delight - Is there a creative way that anyone knows of to remove the default value from a column?
Copy code
ALTER TABLE products ALTER available DROP DEFAULT;
is valid sql, but doesn’t seem to work. I wonder if anyone knows a creative work around. https://github.com/AlecStrong/sql-psi/issues/312