Skip to content
It's Vapor Week! Celebrating 10 Years of Vapor Read more

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