UNPKG

ghost

Version:

The professional publishing platform

11 lines (8 loc) 253 B
const ghostBookshelf = require('./base'); const Recommendation = ghostBookshelf.Model.extend({ tableName: 'recommendations', defaults: {} }, {}); module.exports = { Recommendation: ghostBookshelf.model('Recommendation', Recommendation) };