Prakhar Chhalotre

Results 13 comments of Prakhar Chhalotre

From your explanation, here’s the behavior I’m seeing: I have the following entity definition: `src/entity/Student.ts` ```typescript export type SubjectType = "Math" | "Science"; @Entity() export class Student { @PrimaryGeneratedColumn("uuid") id:...

@jonaskordt I attempted to reproduce this issue but obtained different results than reported. **Setup:** - Created a complete reproduction environment with PostgreSQL - Tested with TypeORM v0.3.23 (the version where...