I have a table in my db with some null values, when I execute a function on this table like for example insert values to it I leave the null value column with no value ( I don't insert anything in it) , it places value 0 in it but i want it to be null. what to do?