Antônio Vinicius Freitas Ferreira
Results
1
issues of
Antônio Vinicius Freitas Ferreira
I'm trying to delete all objects in the list, but only the support table and the news table itself are deleted ``` bookshelf.model('News', { tableName: 'news', files(){ return this.belongsToMany('Files').through('NewsFiles'); },...