UNPKG

mrnodebot

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