Visually designing a database structure

后端 未结 10 1606
北海茫月
北海茫月 2021-01-31 12:34

I am quite happy to code out tables by hand when making a database but it\'s not the easiest way to convey information about a database to someone else, especially someone that\

10条回答
  •  借酒劲吻你
    2021-01-31 13:07

    You could try out MySQL Workbench which originates in the open source dbdesigner. There's a free community edition available. You can design the database via er-diagrams or reverse engineer an existing database.

提交回复
热议问题