View previous topic :: View next topic |
Author |
Message |
cedricb
Joined: 24 Feb 2004
Posts: 1
|
Posted: Tue Feb 24, 2004 2:52 pm Post subject: MySQL reverse diagram: index and foreign key
|
|
|
I have two problems using EclipseUML:
* When I reverse a shéma from MySQL, the Index (not unique in MySQL) are showing as Unique Index in the diagram
* I don't know how to manipulate foreign key in Database diagram (if it's possible) (The foreign key are not showing on the diagram and I don't know how to create them)
|
|
Back to top |
|
|
xavier
Site Admin
Joined: 14 Mar 2003
Posts: 76
|
Posted: Tue Feb 24, 2004 9:49 pm Post subject:
|
|
|
Hi,
Foreign Keys will be fully supported in our next build.
I mean at the diagram level.
However they are already supported at the xml level (.ods file).
Concerning the indexes, I also experienced some strange behaviour with MySQL.
We retrieve what we found in the JDBC meta data.
Send me if you can the according create table and I will test it.
mailto:
Regards.
|
|
Back to top |
|
|
|