Skip to main content
Version: Next

SqlTriggerDef

Resolved trigger definition for schema operations (all callbacks resolved to strings).

Index

Properties

body

body: string

events

events: (insert | update | delete | truncate)[]

optionalexpression

expression?: string

forEach

forEach: row | statement

name

name: string

timing

timing: before | after | instead of

optionalwhen

when?: string