1 min readMar 22, 2019
Here is how to add a new column of type Boolean into a table with Android Room.
Steps required:
- Use a Boolean value in a Parcelable (if Parcelable used in App).
- Indicate
DEFAULT
andNON NULL
in migration.
Here is how to add a new column of type Boolean into a table with Android Room.
Steps required:
DEFAULT
andNON NULL
in migration.An account about nothing | Researcher and product consultant