Hello,
for a project I want to create a Doctrine schema programmatically.
The user can edit his database model over a input form. He can change its datatype, validation settings...
Therefore I want to know how I can create a schema and it's model in a controller with Doctrine?
