I am using entity framework SQLite and I think it will use the concept of migration, as of now I have tried using create a new class library and creating the migration but I am always getting build failed error. I think I am not going through the correct way, help will apricated even I am getting any blogs or reference for the shared projected
Asked
Active
Viewed 46 times
0
-
Which problem do you meet when you add the new column to the table? – Guangyu Bai - MSFT Mar 10 '23 at 08:24
-
@GuangyuBai-MSFT i am getting "no such column is present in table". – Abhi Mar 10 '23 at 12:10
-
You can check your name of the columns whether there are any spaces in the name. Please make the name right. – Guangyu Bai - MSFT Mar 13 '23 at 06:11