Symfony 为什么选择fosmessager;“摧毁”;fosuser的实体用户

Symfony 为什么选择fosmessager;“摧毁”;fosuser的实体用户,symfony,orm,doctrine,fosuserbundle,message-bundle,Symfony,Orm,Doctrine,Fosuserbundle,Message Bundle,我按照命令集成了fosmessagerbundle,在步骤5的末尾运行了命令 php app/console doctrine:schema:update --dump-sql 我收到了这个消息 DROP INDEX UNIQ_957A647992FC23A8 ON fos_user; DROP INDEX UNIQ_957A6479A0D96FBF ON fos_user; ALTER TABLE fos_user DROP username, DROP username_canonical

我按照命令集成了fosmessagerbundle,在步骤5的末尾运行了命令

php app/console doctrine:schema:update --dump-sql
我收到了这个消息

DROP INDEX UNIQ_957A647992FC23A8 ON fos_user;
DROP INDEX UNIQ_957A6479A0D96FBF ON fos_user;
ALTER TABLE fos_user DROP username, DROP username_canonical, DROP email, DROP em
ail_canonical, DROP enabled, DROP salt, DROP password, DROP last_login, DROP loc
ked, DROP expired, DROP expires_at, DROP confirmation_token, DROP password_reque
sted_at, DROP roles, DROP credentials_expired, DROP credentials_expire_at;
我已经正确地遵循了说明,但是用户实体将是空的


任何帮助都将不胜感激。

我删除了4个实体以及对用户实体的修改。我重新创建了一个bundle消息,我在Messge中创建了4个实体我得到了这个错误消息
Found 15个映射实体:[OK]BO\{…}[FAIL]BO\MessageBundle\Entity\message在'BO\MessageBundle\Entity\message\Thread'中找不到目标实体MessageBundle\Entity\Thread.