Установить значение по умолчанию сейчас () дата


alter table table_name alter column date_col set default 'now()';
Hurt Hamerkop