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