Select the types of activity you want to include in your feed.
1ALTER TABLE "device_code" ADD COLUMN "created_at" timestamp DEFAULT now() NOT NULL; 2--> statement-breakpoint 3ALTER TABLE "device_code" ADD COLUMN "updated_at" timestamp DEFAULT now() NOT NULL;