Duplicate “id” column with DBFlow tables and Stetho
问题 I'm writing an application for Android using DBFlow as ORM library. So, here is one of my tables model: @Table(database = Database.class) public class Language extends BaseModel { @PrimaryKey(autoincrement = true) long id; @Column String key; @Column String title; public long getId() { return id; } public void setId(long id) { this.id = id; } /* .. Other setters and getters .. */ } Everything works pretty good, but when I take a look at my DB inspector (I'm using Stetho), I can see 2