mssql · mssql/515
515
Cannot Insert the Value NULL into Column
An INSERT or UPDATE attempted to set a NOT NULL column to NULL, either by omitting the column or by passing NULL explicitly with no default constraint defined. Supply a value for the column or add a DEFAULT constraint.