from existing mysql database to EER diagram -


i have 1 mysql database , has 47 tables,all of tables use myisam engine,so means there isn't foreign key constraints. want translate existing database eer diagram , use mysql workbench. problem when translate database,i 47 tables , there no relation bwtween them,so want know if there way eer diagram relation eg.1:n,1:1?


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -