UNPKG

gengoal

Version:

Tool to translate and track your project copies with the Gengo API

7 lines (6 loc) 132 B
module.exports = function (bookshelf) { return bookshelf.Model.extend({ tableName: 'copies', hasTimestamps: true }); };