Skip to content

Instance Property

columns

A list of zero or more columns to which the trigger is applied, if supported.
var columns: [any SQLExpression]?

Discussion

The optionality of this property is an API design flaw. Both nil and an empty array are treated identically, indicating that the trigger applies to all columns.