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

Commit f970157b by Mick Hansen

Merge pull request #3633 from DeviaVir/patch-1

Update docs/models.md
2 parents 34313c77 f20f6139
Showing with 1 additions and 1 deletions
......@@ -699,7 +699,7 @@ Project.findAll({
$gt: 6, // id > 6
$gte: 6, // id >= 6
$lt: 10, // id < 10
$lte: 10, // id
$lte: 10, // id <= 10
$ne: 20, // id != 20
$between: [6, 10], // BETWEEN 6 AND 10
$notBetween: [11, 15], // NOT BETWEEN 11 AND 15
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!