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

Commit 37145bc9 by Tomoyuki Tsujimoto Committed by Sushant

docs(usage): fix typo in difine doc (#9667)

1 parent bb874f5e
Showing with 1 additions and 1 deletions
......@@ -97,7 +97,7 @@ const sequelize = new Sequelize('database', 'username', 'password', {
// sequelize.define(name, attributes, { timestamps: false })
// so defining the timestamps for each model will be not necessary
define: {
underscored: false
underscored: false,
freezeTableName: false,
charset: 'utf8',
dialectOptions: {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!