How can I get CSV schema of mySql database to be visualized in ERD .
Hi everyone
I'm learning LucidChart and trying to visualize MySql database schema in new Document.
For this I use dump of mysql schema in database.sql file (with no data). Then I'm converting it to a bunch of csv files (https://www.rebasedata.com/). When I'm trying to upload it into the Lucidchart it gives me parse exception.
What am I doing wrong?
Thank you.