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

Commit efef9f52 by Evans Hauser Committed by Sushant

doc(usage): plain option description (#9810)

1 parent 5d0d6a44
Showing with 1 additions and 1 deletions
...@@ -265,7 +265,7 @@ sequelize ...@@ -265,7 +265,7 @@ sequelize
logging: console.log, logging: console.log,
// If plain is true, then sequelize will only return the first // If plain is true, then sequelize will only return the first
// record of the result set. In case of false it will all records. // record of the result set. In case of false it will return all records.
plain: false, plain: false,
// Set this to true if you don't have a model definition for your query. // Set this to true if you don't have a model definition for your query.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!