i have to work with an existing database (not managed with doctrine) and i want to use doctrine only for new tables in this db.
is there a way to tell doctrine to not drop the entire db on reload but only the models defined in the yaml file ?
|
1
|
|
|
|
|
|
Yes, surely you can use doctrine only for some tables(not all). And it won't drop all the other tables., unless you manually run
This is how you can start using Doctine for your new tables:
|
||||||||
|