How to get a table creation script in MySQL Workbench?

后端 未结 13 1657
醉梦人生
醉梦人生 2020-12-07 12:17

I am rolling back to MySQL GUI Tools\' MySQL Query Browser since I can\'t find the shortcut to get a table\'s creation script in MySQL Workbench.

13条回答
  •  孤城傲影
    2020-12-07 12:50

    Right-click on the relevant table and choose either of:

    • Copy to Clipboard > Create Statement
    • Send to SQL Editor > Create Statement

    That seems to work for me.

提交回复
热议问题