如何将 mysql 表架构转储为 yaml 格式

发布于 2025-01-07 01:14:37 字数 236 浏览 1 评论 0原文

从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

森林迷了鹿 2025-01-14 01:14:37

查看 学说 CLI。 generate-yaml-db 选项让您...

从现有数据库生成 YAML 架构文件

Check out the Doctrine CLI. The generate-yaml-db option lets you...

Generate a YAML schema file from an existing database

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文