UNPKG

ghost

Version:

The professional publishing platform

13 lines (10 loc) 259 B
const ghostBookshelf = require('./base'); const MailEvent = ghostBookshelf.Model.extend({ tableName: 'temp_mail_events', defaults() { return {}; } }, {}); module.exports = { MailEvent: ghostBookshelf.model('MailEvent', MailEvent) };