Closed jamsoft closed 7 years ago
To use Migration with EF you need to follow a precise procedure (also with SQL Server or other DBMS different from SQLite). You could try to ask on stack overflow giving more informations (procedure you used to create initial migration and following migrations). Then, if it's a SQLite migration issue I can help you.
I've tried to use this in my solution and opening a connection to an existing database with a new column to add tried to create an entire table that already existed. And its a table with no changes.
SQL logic error or missing database table "Catalogs" already exists