Symfony Doctrine Fixtures always exclude table In application development you usually have migrations you run to pre-seed default application schema and data into the database (it is also used for updating and rolling back database changes)
Programming Symfony & Doctrine repository running queries on wrong Entity Manager Today I setup Symfony 4 with two entity managers (two different MsSQL databases) and was having issues with my custom repository functions for entities on my second entity manager querying