module.exports = {
schemaCol: 'EVENT_SCHEMA',
nameCol: 'EVENT_NAME',
escapeCols: [
'starts',
'ends',
'executeAt'
]
};