System.InvalidOperationException:“No coercion operator is defined between types 'System.Int16' and '...
modelBuilder.Entity<MentItems>().Property(e=>e.IsValid) .HasColumnType("bit(1)") .HasDefaultValue(false);
modelBuilder.Entity<MentItems>().Property(e=>e.IsValid) .HasColumnType("bit(1)") .HasDefaultValue(false);