UNPKG

mrnodebot

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