Created
March 16, 2018 01:35
-
-
Save skydoves/d4ca647616a1d910b1a4a7a5f1f3e460 to your computer and use it in GitHub Desktop.
History Model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Entity(tableName = "SearchHistory") | |
data class History( | |
@PrimaryKey val search: String, | |
val history: Long | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment