OmarKafer

Results 1 comments of OmarKafer

Hi @nikelborm, I've the same problem, but in my case I'm using **mssql** and I'm declaring the primaryColumns like this: ``` @PrimaryColumn({name: "HEALTHCENTREID"}) healthCentreId!: string @PrimaryColumn({name: "INDICATORKEY" }) indicatorKey!: string...