MySQL Forums
Forum List  »  MySQL Workbench

Re: Scripting: Creating a script for forward engineering a SQL create script
Posted by: Milosz Bodzek
Date: April 08, 2016 03:23AM

Hi!

Only available options for third argument are:
KeepSchemata - keeps schemas if they already exists
CreateInDB - generate create schemas statements
CreateSQLFile - path to script

Unfortunately there is no documentation, however you can find everything you need in source code that you can download from https://github.com/mysql/mysql-workbench or http://dev.mysql.com/downloads/workbench/.

Regards,

--
Milosz Bodzek
MySQL Developer Tools

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Scripting: Creating a script for forward engineering a SQL create script
671
April 08, 2016 03:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.