storm-gen
storm-gen copied to clipboard
Add support for non int Primary Key
For our app we need to have a String/Text as the primary key. Can this be considered.
Yes, I think so, but an additional Long @Id field will still be required since CursorAdapter expects an _id field. I could add a @PrimaryKey annotation.