Thread: Empty value for DATA field

Empty value for DATA field

From
"709394"
Date:
I create a table with a column of type 'date'.  This column will be filled
in later.  However, postgres does not allow me to insert a record with empty
value for this column.  What should I do?

Thanks.