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