Postgresql – How to Allow null or Empty String in class-validator for Specific Fields?
I'm using class-validator in my NestJS application and have a challenge with certain fields. For instance, I have a field sample_result which can contain a number, but I'd like to be able to update or set this field to null…