如何将 mysql 表架构转储为 yaml 格式
从 mysql 数据库表架构创建 yaml 文件的最快方法是什么?
所以,我已经创建了一个 mysql 数据库结构。我想将其转储为 yaml 格式,并将其放入“config/doctrine/schema.yaml”中,然后我想运行“php symfonydoctrine:build-schema”(symfony 1.4)。
我缺少需要将表结构转储为 yaml 格式的部分。最快的方法是什么?
感谢您的帮助
What is the quickest way create yaml file from mysql database table schema?
So, I have a mysql database structure already created. I want to dump it in yaml format a put it into "config/doctrine/schema.yaml" and after that i want to run "php symfony doctrine:build-schema" (symfony 1.4).
I am missing part where i need to dump table structure into yaml format. What is the quickest way to do it?
Thanks for any help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 学说 CLI。 generate-yaml-db 选项让您...
Check out the Doctrine CLI. The generate-yaml-db option lets you...