TIL: Debugging "Column Cannot Be Null" Error in MySQL despite nullable column definition
Apr 29, 2025 · 2 min read · Problem Statement While working on a Nestjs project, I encountered a weird problem related to the database column. I was trying to insert a record into a MySQL table using TypeORM. The error I was experiencing stated that a specific column “cannot be...
Join discussion
















