bubibubi / sqliteef6migrations

System.Data.SQLite.EntityFramework.Migrations - Migrations for SQLite Entity Framework provider
Microsoft Public License
40 stars 20 forks source link

Table Already Exists Error #3

Closed jamsoft closed 7 years ago

jamsoft commented 7 years ago

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

bubibubi commented 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.