Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想以表格格式导出数据库结构(而不是数据)。有什么工具可以帮助我解决这个问题。目前我正在使用 MySqlworkbench,它不允许我在没有数据的情况下导出。我的期望
Table_name Column Name Type column1 int column2 string
等等