So in the Symfony documentation there is a page that describes how to reverse engineer an existing database using Doctrine. The only problem is this technique will only work with databases that are  generically designed. Meaning you can't use most of the DB vendor specific types etc. This means if your database uses tinyint or […]

Read more of this post