hi 大神门, sequelize,mysql,delete 语句删除报错, 错误信息: You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column 我知道需要用这个语句,SET SQL SAFE UPDATES = 0; 就是不知道怎么写? 这样写报错。 难道只能用存储过程的方式写吗?请指教,谢谢