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 {
Solution 1:
So, looks like its Stetho-side feature/bug (according this issue). Just ignore it in production.
Post a Comment for "Duplicate "id" Column With DBFlow Tables And Stetho"