-- This SQL script adds a new column 'updated_at' to the 'posts' table. ALTER TABLE posts ADD COLUMN updated_at TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT CURRENT_TIMESTAMP;