insertAndGetId
suspend fun <Key : Any, T : IdTable<Key>> T.insertAndGetId(body: T.(InsertStatement<EntityID<Key>>) -> Unit): EntityID<Key>
Represents the SQL statement that inserts a new row into a table.
Return
The generated ID for the new row.