Question

When I am trying to forward engineer my database schema, the workbench is forwarding only 7tables when I am having a total of 17tables. So what could be the possible reasons for the problem.

*The connections are all correct - "I tried testing it" *The database is fine. *I am using the mysql server 5.1 for MySQL workbench 6.0.2

Thank You for your time. (y)

Was it helpful?

Solution

maybe the problem is probably you are using FK which refers to a non primary key field.. thus, probably you need to add an additional script there (if you wanna keep your schema)..

I posted it here again as @Mike Lischke's suggestion..

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top