EfCore.SchemaCompare
EfCore.SchemaCompare copied to clipboard
SQLite issue
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!
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.