How to set a nullable database field to NULL with typeorm?
This seems like such a simple question to answer, but finding an answer for this seems impossible. I am building a password reset feature for a backend application with Express and Typescript. I am using Postgres for the database and Typeorm for data manipulation. I have a User entity with these two columns in my database: @Column({ unique: true, nullable: t