what database are you using? mysql or sqlite?
In mysql, boolean values are stored as 1 and 0 and are different from another database, so in your migration you specified the default value: 1.
Please try again and try again.
As Toby Hede said, you can check the query generated in the log and try to run this query in the query browser or something else and see if you get the expected results.
source
share