mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-05 14:13:26 +00:00
2 lines
120 B
SQL
2 lines
120 B
SQL
ALTER TABLE "public"."issues" ADD COLUMN "created_at" timestamp without time zone DEFAULT timezone('utc'::text, now());
|