myt/exporters/trigger.js

11 lines
191 B
JavaScript
Raw Normal View History

2022-02-02 04:05:31 +00:00
module.exports = {
schemaCol: 'TRIGGER_SCHEMA',
nameCol: 'TRIGGER_NAME',
defaults: {
actionTiming: 'AFTER',
actionType: 'INSERT',
table: 'table'
}
2022-02-02 04:05:31 +00:00
};