Definition
/**
* Create an ON CONFLICT DO UPDATE clause.
*
* @param ConflictTarget $target Conflict target (columns or constraint)
* @param array<string, Expression> $updates Column updates
*/
on_conflict_update(ConflictTarget $target, array $updates) : OnConflictClause