migrations: Do not add non-nullable column
Adding a column as non-nullable, even with a default value is not allowed.
The process is now to add the column as nullable, edit all entries to set the default value and then, to set the column as non-nullable.
Edited by Andre Moreira Magalhaes