Developer: Migrations
As we provide support for multiple database providers we need to have multiple migrations for each individual database. Luckily we are using Entity Framework Core which can generate these for us. However EFCore can only generate one migration at a time.