UNPKG

ghost

Version:

The professional publishing platform

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