For CakePHP application, I created MySQL database.
Which tool to be used to create ER Diagram of database? Fields and relations between tables are created in a way cakePHP likes.
thank you in advance!
Use MySQL Workbench. create SQL dump file of your database
Follow below steps: