1
Answer

How to update existing table schema in EF migration?

Hi, 
how to update already created table schema in c# code first EF migration? 
 
I have created table schema using EF migration with invalid datatype, now I want to update the correct Datatype in SQL, 
 
How to update the changes?
 
 
Thanks in Advance.
 
Answers (1)