open-bounty/resources/migrations/20171122121528-issue-create...

2 lines
120 B
MySQL
Raw Normal View History

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