Kotlin exposed stores datetime as numeric in sqlite which fails queries

后端 未结 0 1815
误落风尘
误落风尘 2020-12-02 22:24

I have Kotlin Exposed setup to use the SQLite driver and have a table defined like so

object MyTable: Table() {
    val id = integer("id").autoIncre         


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