I\'ve got a simple Room database setup as seen below:
Entity Class
@Entity public class User { @PrimaryKey public int uid; @ColumnInfo(name = "fir