UNPKG

ghost

Version:

The professional publishing platform

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