'How to remove foreign key from the column when database is updated through migration?

How can I remove a specific migration from the database because of a spelling error?

I have already run update-database. I don't know how to roll back now.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source