myt/exporters/trigger.js

6 lines
84 B
JavaScript
Raw Normal View History

2022-02-02 04:05:31 +00:00
module.exports = {
schemaCol: 'TRIGGER_SCHEMA',
nameCol: 'TRIGGER_NAME'
};