Closed cyberhuman closed 2 years ago
Another point to make is that inserts that don't mention NOT NULL
columns without a DEFAULT
value must be rejected.
ftr this is implemented, except for sanity checking wrt annotations on column definitions (NULL against DEFAULT)
column1
must accept int, butcolumn2
,column3
, andid
(because of auto_increment) must acceptint option
.