Hello,
I use symfony, doctrine with Postgresql.
After some research, I find that symfony needs the plugin sfPostgresDoctrinePlugin (last version : 1.2.26) in order to use Postgresql.
I installed it and it worked fine with my tables.
But i recently modified my database by adding tables with inheritance and when i make my build-shema i have this error : "Missing class name".
How can I correct this?
Thank you !
