Does GreenDAO support primary key across multiple columns?
I use the method Property primaryKey()for two columns, but it does not work. I get an exception:
Raised: android.database.sqlite.SQLiteException: table "table" has more than one primary key
How to create a primary key on multiple columns? Should I edit the created DAO classes?
source
share