<@U0EC2UPDF> also I think I found a bug - I have a...
# exposed
o
@tapac also I think I found a bug - I have a field
integer("id").autoIncrement().primaryKey()
but
Copy code
val insert = table.insert {
          ...
        }
        val id: Int =  insert[id]