Skip to content

Commit

Permalink
change readme
Browse files Browse the repository at this point in the history
  • Loading branch information
linvanda committed Jul 16, 2019
1 parent ea8db36 commit eaa0042
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ $query->insert('users')
],
]
)->execute();

// 延迟插入
$query->insert('users')
->delayed()
->values(
[
'name' => 'linvanda',
'phone' => '18687664562',
'nickname' => '林子',
]
)->execute();
```

更新:
Expand Down

0 comments on commit eaa0042

Please sign in to comment.