Authentication.js 129 Bytes
module.exports = bookshelf.model('Authentication', {
	tableName: 'authentication',
	hasTimestamps: ['createdAt', 'updatedAt']
});