采用sql 插入date字段,值为null.字段不能省略。
没懂,直接插入不就可以吗? INSERT into table(id,createDate) VALUES ('a',null)
INSERT into table(id,createDate) VALUES ('a',null)