open-bounty/resources/migrations/20171122123809-pr-created-a...

2 lines
127 B
SQL

ALTER TABLE "public"."pull_requests" ADD COLUMN "created_at" timestamp without time zone DEFAULT timezone('utc'::text, now());