How to generate a create table script for an existing table in phpmyadmin?

前端 未结 11 2173
旧时难觅i
旧时难觅i 2020-12-02 03:59

How can I generate a create table script for an existing table in phpmyadmin?

11条回答
  •  执念已碎
    2020-12-02 04:32

    This may be a late reply. But it may help others. It is very simple in MY SQL Workbench ( I am using Workbench version 6.3 and My SQL Version 5.1 Community edition): Right click on the table for which you want the create script, select 'Copy to Clipboard --> Create Statement' option. Simply paste in any text editor you want to get the create script.

提交回复
热议问题