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

Commit 953b1e8c by Mick Hansen

Merge pull request #3402 from DarkPark/patch-1

Update index.md
2 parents 03a4e399 ed4edf76
Showing with 1 additions and 1 deletions
...@@ -23,7 +23,7 @@ var User = sequelize.define('User', { ...@@ -23,7 +23,7 @@ var User = sequelize.define('User', {
return sequelize.sync().then(function() { return sequelize.sync().then(function() {
return User.create({ return User.create({
username: 'janedoe', username: 'janedoe',
birthday: new Date(1980, 06, 20) birthday: new Date(1980, 6, 20)
}); });
}).then(function(jane) { }).then(function(jane) {
console.log(jane.get({ console.log(jane.get({
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!