UNPKG
muddy-water
Version:
latest (1.2.4)
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.0.2
Darkside of sails
github.com/42pub/dark-sails
42pub/dark-sails
muddy-water
/
test
/
fixture
/
config
/
models.js
9 lines
(7 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module.exports.models
=
{
migrate:
'drop'
,
attributes:
{
createdAt:
{
type:
'number'
,
autoCreatedAt:
true
, },
updatedAt:
{
type:
'number'
,
autoUpdatedAt:
true
, } }, }
;