|
|
|
|
|
by Hendrikto
3 days ago
|
|
> To change a column definition you have to manually update the underlying schema using the `writable_schema` pragma. If you mess this up you can be left with a corrupt database. No you don’t [0]. It is less convenient than being able to directly alter columns, but you do not need to mess around with writable schemas or risk corruption. [0]: https://www.sqlite.org/lang_altertable.html#otheralter |
|