Reputation: 13931
I can't find any information about nullable integers in Room.
Can I use Integer
instead of int
when I define my entities in Gooogle Room?
Upvotes: 5
Views: 1459
Reputation: 60973
I tested and see that we able use Integer
to save null integer to database using Room
Upvotes: 6