Required
is defined as smallint
– this means it can be any integer between -32768 and 32767 OR NULL
.
NULL
can be inserted by
NAME,REQUIRED,SUMMARY
John,NULL,Playing
Something like ''
can’t be inserted into a int column. I assume [NULL]
and empty(blank)
is just a different rendering by different db tools.
CLICK HERE to find out more related problems solutions.