TIL: Debugging "Column Cannot Be Null" Error in MySQL despite nullable column definition
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...
abulasar.com2 min read