We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 542cb55 + d275281 commit 8ce23deCopy full SHA for 8ce23de
src/sequelize.js
@@ -43,6 +43,7 @@ const sequelize = {
43
44
model.prototype.indexes = metaData.indexes
45
model.prototype.scopes = metaData.scopes
46
+ model.prototype.validate = metaData.validate
47
return model
48
}
49
0 commit comments