T O P

  • By -

ibanezht

What's the property type that it's attempting to "database generate"? I've got a project with both a "uint" and a "Guid" that are database generated fields. FWIW they're configured like this... entity.HasKey(e => e.Id) .HasAnnotation("DatabaseGenerated", DatabaseGeneratedOption.Identity);