<@U0AK89KT6> Nice, but I guess it's better to use ...
# exposed
t
@jkbbwr Nice, but I guess it's better to use original table column:
Copy code
val idColumn = columns.first { it.name == "id" && it.columnType is UUIDColumnType } as0 Column<UUID>
        set(idColumn, uuid)
The only problem that I see is if you "override"
id
column value within
body
, but then return
uuid
.