@Table(name = "users", id = "_id")
public class User extends Model implements Serializable{
}
when i run my program,the users table did't be created. but when i delete the populate.db at assets folder.the users talbe is be created normaly after my program runs.
anybody has experienced this problem,and help me please.
i add prepopulated database ,like this:
i put populate.db at assets folder.
i have other classes like this:
when i run my program,the users table did't be created. but when i delete the populate.db at assets folder.the users talbe is be created normaly after my program runs.
anybody has experienced this problem,and help me please.