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;