Skip to content
# Type Alias: OnConflictAction

OnConflictAction = "nothing" | "select" | "update"

Defined in: packages/core/src/models/Clause.ts:522

Released under the MIT License.