Forward engineering refers to the process of taking a less-complex abstraction and using it to build a more complex implementation.
0
votes
1answer
9 views
Synchronizing EER Diagram in MySQL Workbench
I've been getting comfortable with MySQL Workbench, but I can't for the life of me figure out how to update an EER Diagram to the server without overwriting pre-existing rows of data. I've tried both ...
1
vote
1answer
308 views
MySQL Workbench - Forward Engineering - Error 1005: Can't create table (errno: 150)
I am on MacOSX using MySQL Workbench 5.2.45 I have designed a database using the EER Diagram functionality and then tried the forward engineering to generate my database to put on my local server. I ...
0
votes
0answers
43 views
Forward Engineering Relational DB failing Workbench
I am using MySQL Workbench to forward engineer a database from an ERD model I constructed. However when I execute the script I see no change to my database. Does anyone know why this might be? Am I ...
0
votes
1answer
134 views
Can MySQL Workbench Forward Engineer (Generate DDL) for Relational Databases other than MySQL (such as MS SQL Server, PostGreSQL, Oracle, etc.)
I was under the impression that MySQL Workbench could be used to generate DDL for relational databases other than MySQL.
This question from 2010 says no, the only way to do it is to generate DDL for ...
1
vote
1answer
247 views
MySQL 150 error on table creation form mysql workbench (foreign key options conflict with not null in columns, FIXED)
So, i'm getting a pretty 150 error when I forward engineer a schema from mysql workbench.
I have made sure all pk and fk have the same type. All tables are innodb engine.
Maybe I'm missing something ...
4
votes
1answer
733 views
How do I automatically execute a MySQL script or routine after forward engineering from model
I've built a EER Model in MySQL Workbench that I forward engineer to create the database. The forward engineering works perfectly, and the database is created from the diagram as expected.
Apart from ...
1
vote
1answer
682 views
Command line foward engineering using a .mwb file?
I need to be able to perform a forward engineering from a model located in a .mwb file. All of this from the command line as I would like to automate the process.
Can anyone please let me know if ...
1
vote
1answer
1k views
Visio 2010 forward engineering to Oracle 10g xe
I've been googleing but maybe I'm not using the right words, so:
I have a ER diagram made in Visio 2010, and I what to do a forward engineering to an Oracle database.
I've found a forward ...
1
vote
1answer
2k views
Forward engineering EER diagram in MySQL Workbench
Using MySQL Workbench 5.2.33 with MySQL 5.1.41
I have created an EER diagram. But when I try to forward engineer it from MySQL Workbench, I get the following error:
Executing SQL script in server
...
0
votes
2answers
1k views
Forward Engineering to SQL Server from MySQL workbench?
Is possible to forward engineer to SQL Server from MySQL workbench?
0
votes
1answer
55 views
Which project type / item in VSTS 2008 helps me model a database?
As per the thread: http://www.experts-exchange.com/Microsoft/Applications/Microsoft%5FVisio/Q%5F24660513.html I should be able to model a database (like I do in Visio 2007) in Visual Studio Team ...
1
vote
3answers
2k views
Visio and Forward-Engineering
Do you know if I can use Visio to forward-engineer a sequence diagram into code (c#)?
Can it be done with Visio alone or do I need a plugin?
What about other diagrams?



