0

私はbookshelf.jsを使用していて、いくつかのレジスタを削除しようとしています.

私のコード:

 bookshelf.Model.extend({
   tableName : "campaign_target_interests" 
 //campaign.id = 3
 }).collection({campaign : campaign.id}).invokeThen('destroy').then(function(){
    console.log('Deleted');
 })

しかし、次のエラーが返されます。

Unhandled rejection Error: A model cannot be destroyed without a "where" clause or an idAttribute.

私に何ができる?ありがとう。

4

1 に答える 1