I have my database with table names starting with \"tbl\" prefix and column names like \"ua_id\" which are understandable in context of project but problematic if used in a mode
You can keep following inside OnModelCreating
modelBuilder.Entity() .Property(e => e.MyColumn).HasColumnName("DBColumn")