Cannot figure out how to save this field into database. I have written data class,dao and typeconverters, but still unable to detect error

后端 未结 0 849
难免孤独
难免孤独 2020-12-02 11:06

MyData.kt

@Entity(tableName = "my_table")
data class MyData(

    @PrimaryKey(autoGenerate = true)
    var id: Long = 0L,

    @ColumnInfo(name = &q         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题