createSql method

String createSql(
  1. MoorOptions options
)

The CREATE TRIGGER statement that can be used to create this trigger.

Implementation

String createSql(MoorOptions options) {
  return declaration.formatSqlIfAvailable(options) ?? declaration.createSql;
}