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

Commit 861eef8f by Jan Aagaard Meier

Merge pull request #4093 from uwolfer/fix-doc-comma

Fix: add missing comma
2 parents 75b2503a 79e728fb
Showing with 1 additions and 1 deletions
......@@ -43,7 +43,7 @@ The foreign key column in Picture will now be called `uid` instead of the defaul
```js
User.hasMany(Picture, {
foreignKey: {
name: 'uid'
name: 'uid',
allowNull: false
}
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!