open-bounty/resources/migrations/20171122121528-issue-created-at.up.sql
2017-11-22 12:18:08 +02:00

2 lines
120 B
SQL

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