mirror of https://github.com/vapor/docs.git
Update head to use “Update, Delete” instead of “更新, 削除”
This commit is contained in:
parent
4e6c15f3c5
commit
89abfe99ea
|
|
@ -301,7 +301,7 @@ let home = try match.joined(HomeTeam.self)
|
|||
print(home.name)
|
||||
```
|
||||
|
||||
## 更新 {#update}
|
||||
## Update
|
||||
|
||||
クエリビルダーは、`update`メソッドを使用して一度に複数のモデルを更新することをサポートしています。
|
||||
|
||||
|
|
@ -315,7 +315,7 @@ Planet.query(on: database)
|
|||
|
||||
`update`は`set`、`filter`、`range`メソッドをサポートしています。
|
||||
|
||||
## 削除 {#delete}
|
||||
## Delete
|
||||
|
||||
クエリビルダーは、`delete`メソッドを使用して一度に複数のモデルを削除することをサポートしています。
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue