I am adding a new migration but this message shows:
Unable to generate an explicit migration because the following explicit migrations are pending:
It tells you that there is some unprocessed migration in your application and it requires running Update-Database before you can add another migration.
Update-Database