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

Commit 79e728fb by Urs Wolfer

Fix: add missing comma

1 parent e1de2e37
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!