mysql - Exporting only table structure using mysqlworkbench -


can tell whether possible exporting table structure using mysql workbench

to individual table's creation script:

  • just right click on table name , click copy clipboard > create statement.

to enable file:

  • forward engineering sql_create script.. option , creation script entire database:

    1. database > reverse engineer (ctrl+r)
    2. go through steps create eer diagram
    3. when viewing eer diagram click file > forward engineering sql_create script... (ctrl+shift+g)

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -