You can add a parameter in your model class as isFavourite of boolean type and set the default value to false. Then when any one clicks on the like button change the value of isFavourite, and save it into database. That will do what you want.
isFavourite
boolean