Is there any simple way to remove a NOT NULL contr...
# squarelibraries
z
Is there any simple way to remove a NOT NULL contraint from a table in SqlDelight? Seems that I need to copy the table into a temporary one, then back after updating the table?
b
That's the way
I don't know if you can update the table, I would expect you have to recreate it
image.png
z
Great, well, now I know! Thank you 🙂