Skip to content

Commit

Permalink
New values
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jul 23, 2020
1 parent 39e4a0f commit 6b2e8a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/data/mock.js
Expand Up @@ -8,6 +8,15 @@ class Person extends yonius.ModelStore {
index: true,
increment: true,
default: true
},
identifierSafe: {
type: Number,
index: true,
increment: true,
safe: true
},
name: {
initial: "dummy"
}
};
}
Expand Down

0 comments on commit 6b2e8a8

Please sign in to comment.