UNPKG

ghost

Version:

The professional publishing platform

10 lines (7 loc) 216 B
const ghostBookshelf = require('./base'); const Suppression = ghostBookshelf.Model.extend({ tableName: 'suppressions' }); module.exports = { Suppression: ghostBookshelf.model('Suppression', Suppression) };