EfCore.SchemaCompare icon indicating copy to clipboard operation
EfCore.SchemaCompare copied to clipboard

SQLite issue

Open viettran1109 opened this issue 2 years ago • 1 comments

Hi,

I ran into an issue in SQLite. I get the below errors but I didn't make any changes to my entity/database at all.

DIFFERENT: Student->PrimaryKey 'PK_Students', constraint name. Expected = PK_Students, found = DIFFERENT: Entity 'Student', constraint name. Expected = PK_Students, found =

@JonPSmith any idea how I can resolve this please?

Thanks!

P.S. love the package btw!

viettran1109 avatar May 04 '23 22:05 viettran1109

Hi @viettran1109,

I need a bit more information for this issue. Can you provide:

  • Your DbContext
  • Your entity classes, e.g. Student
  • Your test code

If your DbContext has lots of entity classes, then it would help me if you could create a cut-down version that fails.

JonPSmith avatar May 07 '23 09:05 JonPSmith