I wanted to enable migrations for my database, then it gave me the following errors:
More than one context type was found in the assembly 'The Factory Chante'.
To enable migrations for 'The_Factory_Chante.Models.ApplicationDbContext', use Enable-Migrations -ContextTypeName The_Factory_Chante.Models.ApplicationDbContext.
To enable migrations for 'The_Factory_Chante.Models.The_FactoryDBContext', use Enable-Migrations -ContextTypeName The_Factory_Chante.Models.The_FactoryDBContext.
I then quickly realised that I have two databases in my solution and I would like merge the The_Factory_Chante.Models.ApplicaticayionDBContext
auto implemented database by MVC with my already existing database.