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

Commit f1c15dfa by Rodrigo O Committed by Sushant

docs(getting-started): use operatorsAliases:false as default config(#9076)

1 parent 894fdf3e
Showing with 1 additions and 0 deletions
......@@ -33,6 +33,7 @@ const Sequelize = require('sequelize');
const sequelize = new Sequelize('database', 'username', 'password', {
host: 'localhost',
dialect: 'mysql'|'sqlite'|'postgres'|'mssql',
operatorsAliases: false,
pool: {
max: 5,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!