CREATE TABLE "mf"."user_notifications" ( "id" integer PRIMARY KEY GENERATED ALWAYS AS IDENTITY (sequence name "mf"."user_notifications_id_seq" INCREMENT BY 1 MINVALUE 1 MAXVALUE 2147483647 START WITH 1 CACHE 1), "image_url" varchar(500), "created_at" timestamp DEFAULT now() NOT NULL, "body" text NOT NULL, "applicable_users" jsonb );