Category.js 132 Bytes Raw Blame History Permalink 1 2 3 4 module.exports = bookshelf.model('Category', { tableName: 'categories', hasTimestamps: ['createdAt', 'updatedAt', 'deletedAt'] });