summaryrefslogtreecommitdiff
path: root/db/migrations/0061_warm_secret_warriors.sql
blob: 61850127a1b062da939ebef9637bc3fd6d9c71ce (plain)
1
2
ALTER TABLE "pq_criterias" ADD COLUMN "created_at" timestamp DEFAULT now() NOT NULL;--> statement-breakpoint
ALTER TABLE "pq_criterias" ADD COLUMN "updated_at" timestamp DEFAULT now() NOT NULL;