anongit
Results
1
issues of
anongit
``` js User = persist.define("User", { 'email': {'type': 'string', 'primaryKey': true}, 'name': 'string', }) .on("beforeSave", function(self) { // have to save and restore email, because // last_id is assigned to...