-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi, I am using SQL Server, and I am getting the following errors.
EXTRA IN DATABASE: Index 'AuthorityStandards', index constraint name. Found = IX_AuthorityStandards_ExtId
EXTRA IN DATABASE: Index 'AuthorityStandards', index constraint name. Found = IX_AuthorityStandards_GradeLevelId
EXTRA IN DATABASE: Index 'AuthorityStandards', index constraint name. Found = IX_AuthorityStandards_SubjectId
EXTRA IN DATABASE: Index 'AuthorityStandards', index constraint name. Found = IX_AuthorityStandards_AuthorityId_SubjectId_GradeLevelId_Name_YearAdopted
My entity class is decorated accordingly
The GradeLevelId and SubjectId are there because they are FK to another table.
As I was writing this bug report I thought that maybe this had to do with another bug report I created earlier.
Errors when using JSON columns
Since the error in both bug reports happen to be in tables where both have a JSON column. So I went ahead and removed the JSON column with a migration from this table AuthorityStandards and the error reported above went away! In other words these errors are reported only when there is a JSON column present in the table.
I hope this helps
CSharpFiascoCSharpFiasco
Metadata
Metadata
Assignees
Labels
No labels

