|
|
|
|
|
by stanac
4 hours ago
|
|
> Better option is to just add a new column with the correct definition After that you won't be able to change column to NOT NULL. You would need migration to create new table with not null column, copy everything, drop old table and rename the new one. Edit: unless the table is empty. |
|
https://sqlite.org/releaselog/3_53_3.html