Santhosh Subramaniam

Santhosh Subramaniam

  • NA
  • 226
  • 103.5k

How to update existing table schema in EF migration?

Apr 20 2020 12:47 PM
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)