modelBuilder.Entity<MentItems>().Property(e=>e.IsValid) .HasColumnType("bit(1)") .HasDefaultValue(false);