문제

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)

도움이 되었습니까?

해결책

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..

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top