假设我的数据库中有5个表,我在其中一个表中做了一些更改,或者在创建实体后添加了一个表。
在Symfony 2中,可以使用
完成php app / console doctrine:mapping:import --force AdminKbasicBundle yml --em = mykitchenoptions --filter = underlyingassign
在Zend2中,下面的代码创建整个数据库的实体,但我想创建一个表的实体。
php doctrine-module orm:convert-mapping --namespace =“Album \ Entity \” - force - from-database annotation ./module/Album/src /
如何在Zend 2 Doctrine 2中使用过滤器参数?
这是我在this链接
后尝试的内容php doctrine-module orm:convert-mapping --filter ='Testtable'--namespace ='Album \ Entity \' - force - from-database annotation ./module/Album/src /
它提供错误"No Metadata Classes to process."
任何建议都会有所帮助。
答案 0 :(得分:0)
您应该通过ZF2的CLI,以便设置所有配置和内容:
php vendor/bin/zf2.php orm:*