This seems like a lazy question, but the offical docs literally don't explain how to do this.
CodePudding user response:
There should be always a @PrimaryKey(autoGenerate = false) while inserting data in the DB
This seems like a lazy question, but the offical docs literally don't explain how to do this.
CodePudding user response:
There should be always a @PrimaryKey(autoGenerate = false) while inserting data in the DB