我正在尝试使用mailboxer gem部署我的rails 4应用程序。
我收到PG错误,上面写着:
PG::DependentObjectsStillExist: ERROR: cannot drop table conversations because other objects depend on it
DETAIL: constraint notifications_on_conversation_id on table notifications depends on table conversations
HINT: Use DROP ... CASCADE to drop the dependent objects too.
: DROP TABLE "conversations"
我不想放弃桌子。如何解决这个问题的任何建议将非常感谢。谢谢。