Category.js 132 Bytes
module.exports = bookshelf.model('Category', {
	tableName: 'categories',
	hasTimestamps: ['createdAt', 'updatedAt', 'deletedAt']
});