UNPKG
gengoal
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.1
Tool to translate and track your project copies with the Gengo API
gengoal
/
models
/
copy.js
7 lines
(6 loc)
•
132 B
JavaScript
View Raw
1
2
3
4
5
6
7
module.exports =
function
(
bookshelf
)
{
return
bookshelf.Model.
extend
({
tableName
:
'copies'
,
hasTimestamps
:
true
}); };