Instance Method
ignoringConflicts(with:)
Specify that constraint violations for the key over the given columns should cause the conflicting row(s) to be ignored.
@discardableResult func ignoringConflicts(with targetColumns: [any SQLExpression]) -> Self