我试图通过我的sqlite3迁移到postgres,我遇到了很多问题。现在,我遇到了一个问题,我的一个用户字段“receiver”没有从我的instant_message类中找到,因为它没有迁移到我的postgres。如何才能让它正确地迁移过来?column dating_app_instantmessage.receiver_id does not exist LINE 1: ..."__count" FROM "dating_app_instantmessage" models.py/instant_message
class Insta