Update repository.md

This commit is contained in:
Pearl C 2023-01-26 21:20:51 +08:00 committed by GitHub
parent 266df9f6c2
commit 919a80dcb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -650,7 +650,7 @@ const result = await posts.update({
});
```
### `destory()`
### `destroy()`
删除数据表中的数据。相当于 Sequelize 中的 `Model.destroy()`