-- Your SQL goes here ALTER TABLE feed_item ADD COLUMN created_ts TIMESTAMP; ALTER TABLE feed_item ALTER COLUMN created_ts SET DEFAULT now();