Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What tools do you use to plan and draw a database structure = tables, relationship [closed]

Modeling tool or just a visual tool for drawing. In fact I only need to draw and later I'll transform the picture into sql by hand to better control the process.

like image 978
EugeneP Avatar asked Mar 12 '10 10:03

EugeneP


2 Answers

Paper and Pencil

like image 51
AJ. Avatar answered Nov 11 '22 10:11

AJ.


Why don't you use MySQL Workbench, which is free and very good tool to plan and create database model. I like it. Besides it allows you to synchronize your model with the DB or vice versa. I haven't met any good tool like MySQL Workbench.

like image 30
Bakhtiyor Avatar answered Nov 11 '22 11:11

Bakhtiyor