有没有删除整个集合内容的操作?我想清空集合里面的全部内容,云函数报错如下,帮忙看下哪里问题
console.log(‘删除记录开始’)
var aaa = await db.collection(‘high_school_exams_weektest_words’).where({
id: _.exists(true) //只要存在id就删除该记录
}).remove()
console.log(‘删除记录结束’)
报错日志如下