Join Slack
Powered by
For SQL Delight - Is there a creative way that any...
# squarelibraries
s
spierce7
02/04/2022, 1:39 AM
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
Open in Slack
Previous
Next