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
Benoit Quenaudon
06/02/2025, 11:03 AM
That's the way
Benoit Quenaudon
06/02/2025, 11:03 AM
I don't know if you can update the table, I would expect you have to recreate it