Skip to content

Instantly share code, notes, and snippets.

@vprabhu
Created May 18, 2018 07:21
Show Gist options
  • Save vprabhu/74f356c2c18517eb62b1331a892dbf01 to your computer and use it in GitHub Desktop.
Save vprabhu/74f356c2c18517eb62b1331a892dbf01 to your computer and use it in GitHub Desktop.
@Entity(tableName = "todotasks")
class TodoTask(@field:PrimaryKey(autoGenerate = true)
var id: Int, var name: String?, @field:ColumnInfo(name = "due_date")
var dueDate: Date?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment