Skip to content

Instantly share code, notes, and snippets.

@mantisbayne
Created November 24, 2019 22:38
Show Gist options
  • Save mantisbayne/6540073af6b208168ed365719e15e9ac to your computer and use it in GitHub Desktop.
Save mantisbayne/6540073af6b208168ed365719e15e9ac to your computer and use it in GitHub Desktop.
@Entity(tableName = "example")
data class ExampleEntity(
@PrimaryKey
val id: String,
val exampleName: String,
val exampleAge: Int,
val exampleDate: Date
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment