Обсуждение: Empty value for DATA field

Поиск
Список
Период
Сортировка

Empty value for DATA field

От
"709394"
Дата:
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.