Symfony 用户违反完整性约束

问题描述 投票:0回答:0

我收到以下错误

[申请] Jan 5 00:03:10 |CRITICA| CONSOL 运行命令“make:migration”时抛出错误。消息:“执行查询时发生异常:SQLSTATE[23000]:违反完整性约束:1052 Champ:'TABLE_NAME' dans where 子句存在歧义

创建用户实体后运行迁移命令时

created: src/Entity/User.php
created: src/Repository/UserRepository.php
updated: src/Entity/User.php
updated: config/packages/security.yaml

       

成功!

后续步骤:

  • 检查您的新 App\Entity\User 类。
  • 使用 make:entity 向您的用户实体添加更多字段,然后运行 make:migration。
  • 创建一种身份验证方式!请参阅https://symfony.com/doc/current/security.html PS C:\用户
symfony symfony5
© www.soinside.com 2019 - 2024. All rights reserved.