```object NewFileHash : IntIdTable("products_hash"...
# exposed
m
Copy code
object NewFileHash : IntIdTable("products_hash") {
        val rowIdTable = integer("rowId")
        val rowHash = varchar("rowHash", 255)
    }