Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Interesting idea to extract the ER diagram on-demand from the database. Do you know of any good strategies to keep the SQL files overseeable (like everything related to one table in one file etc)? Commented Feb 13, 2017 at 21:10
  • 1
    @Tobias to facilitate easy reconstruction of a useable datamodel, using constranints and a somewhat consistent naming convention are more helpful. Commented Feb 14, 2017 at 12:07