We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fea9eb commit e14c487Copy full SHA for e14c487
test/persistence-hooks.suite.js
@@ -44,7 +44,7 @@ module.exports = function(dataSource, should, connectorCapabilities) {
44
});
45
46
GeoModel = dataSource.createModel('GeoModel', {
47
- id: {type: String, id: true},
+ id: {type: String, id: true, default: uid.next},
48
name: {type: String, required: false},
49
location: {type: GeoPoint, required: false},
50
0 commit comments