In Net Framework I use the following to force a migration, for example the following:
INITIAL ADD-MIGRATION -force
But in NET Core it does not recognize the -force parameter
What is the alternative in NET Core to force a migration using the -force parameter
Any ideas?
Thanks in advance for your reply.