79608309

Date: 2025-05-06 08:43:33
Score: 1
Natty:
Report link

you must explicitly say what your property type is "NUMBER(1)" , not "BOOLEAN" in the entity configuration.

add this config in entity configuration

builder.Property(e => e.Active).HasColumnType("NUMBER(1)");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: IMustafa Zeynali