我有使用 Doctrine ORM 和 ZF2 生成的实体类。
我改变了一个表结构,我想更新一个实体类,所以我试图重新生成实体类,但它不起作用。
我使用了以下代码:
vendor/doctrine/doctrine-module/bin/doctrine-module orm:convert-mapping --namespace="Album\Entity\" --force --from-database annotation ./module/Album/src/clear
我得到了错误:
[Doctrine\ORM\Mapping\MappingException]
"Album\Entity\TestRun" 中的属性 "status" 已声明,但只能声明一次
orm:convert-mapping [--filter="..."] [- -force] [--from-database] [--extend[="..."]] [--num-spaces[="..."]] [--namespace[="..."] ] 键入目标路径
我想为特定表重新生成实体类