create table t (ts timestamp); insert into t values (null); This should insert a null rather than default value.