Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题的截图:
我有一个名为 effluent 的表,但它显示表 'effluent_Tombstone' 丢失。
我为本地数据库缓存创建了一个选项,后来我删除了本地数据库缓存。
根据错误中出现的表的名称,我将猜测表DELETE的 s上有一个触发器effluent,它会插入(不存在的)effluent_Tombstone表。
DELETE
effluent
effluent_Tombstone
您需要删除/禁用触发器,或创建effluent_Tombstone表。