不要怂,就是干,撸起袖子干!

Commit 8f2c71c8 by contra Committed by Sushant

Remove isArray from docs (#6837)

Not a valid built-in validator, throws an error when you try to use it
1 parent 8c82d694
Showing with 0 additions and 1 deletions
......@@ -387,7 +387,6 @@ var ValidateMe = sequelize.define('foo', {
isBefore: "2011-11-05", // only allow date strings before a specific date
max: 23, // only allow values
min: 23, // only allow values >= 23
isArray: true, // only allow arrays
isCreditCard: true, // check for valid credit card numbers
// custom validations are also possible:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!