Skip to content

Instantly share code, notes, and snippets.

@mibrahimdev
Created May 29, 2018 18:07
Show Gist options
  • Save mibrahimdev/7893e4ff0aad01ff5618955ea1c92fee to your computer and use it in GitHub Desktop.
Save mibrahimdev/7893e4ff0aad01ff5618955ea1c92fee to your computer and use it in GitHub Desktop.
@Entity(tableName = "weather", indices = @Index(value = "date", unique = true))
public class WeatherEntry {
@PrimaryKey(autoGenerate = true) private int id;
private int weatherIconId;
..
..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment