I want to update an existing table sampletable by setting the default value of the auditdate column to CURRENT_TIMESTAMP.
However, the following query is not working:
ALTER TABLE sampletable
ALTER COLUMN auditdate TIMESTAMP WITH TIME ZONE
SET DEFAULT CURRENT_TIMESTAMP;
Hi, It is currently not supported by CrateDB, this is the ticket tracking this feature request, you could thumbs up to signal interest to the core team.