Skip to content

Triggers

Triggers are listed in the Schema view of their parent table.

Trigger list view

To view a trigger, double-click its row in the table. To drop a trigger, select it and click the remove () button.

Base doesn't yet have the ability to add or edit triggers visually, but you can still create them directly as SQL.

Info

For details on the language behind creating triggers, see the SQLite documentation