gpt4 book ai didi

doctrine-orm - 如何在 Doctrine 上使用 --generate-annotations 参数

转载 作者:行者123 更新时间:2023-12-04 05:08:26 26 4
gpt4 key购买 nike

我正在使用 Doctrine 从数据库生成实体,

 vendor/bin/doctrine orm:convert-mapping --from-database yml configuration/yaml

我成功导出到 Yaml 然后我生成了实体
 vendor/bin/doctrine orm:generate-entities entities/

我看到注释不完整但我也看到有一个参数 --generate-annotations
我使用了命令行:
 vendor/bin/doctrine orm:generate-entities --generate-annotations entities/

但我收到错误:
 [RuntimeException]
Not enough arguments.

最佳答案

您需要以这种方式使用命令行:

vendor/bin/doctrine orm:generate-entities --generate-annotations=1 entities/

只需设置 annotations=1 或 annotations="true"

关于doctrine-orm - 如何在 Doctrine 上使用 --generate-annotations 参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15209344/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com