UNPKG

mrnodebot

Version:
12 lines (9 loc) 280 B
const Models = require('funsociety-bookshelf-model-loader'); const JoinLogging = Models.Base.extend({ tableName: 'joinLogging', hasTimestamps: ['timestamp'], soft: false, }); module.exports = { JoinLogging: Models.Bookshelf.model('joinLogging', JoinLogging), };