createSql method
The CREATE TRIGGER statement that can be used to create this trigger.
Implementation
String createSql(MoorOptions options) {
  return declaration.formatSqlIfAvailable(options) ?? declaration.createSql;
}
The CREATE TRIGGER statement that can be used to create this trigger.
String createSql(MoorOptions options) {
  return declaration.formatSqlIfAvailable(options) ?? declaration.createSql;
}