mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-15 03:54:52 +00:00
2 lines
120 B
MySQL
2 lines
120 B
MySQL
|
ALTER TABLE "public"."issues" ADD COLUMN "created_at" timestamp without time zone DEFAULT timezone('utc'::text, now());
|