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