ALTER TABLE "app_act_config" ADD COLUMN "cat_id" int4; COMMENT ON COLUMN "app_act_config"."cat_id" IS '标签关联id(弹窗等)';