|
@@ -114,9 +114,9 @@ COMMENT ON COLUMN "public"."algorithm_config"."parameter_config" IS '参数配
|
|
|
|
|
|
COMMENT ON COLUMN public.algorithm_config.version IS '乐观锁';
|
|
|
|
|
|
-COMMENT ON COLUMN public.mf_customer.tenant_id IS '租户编码';
|
|
|
+COMMENT ON COLUMN public.algorithm_config.tenant_id IS '租户编码';
|
|
|
|
|
|
-COMMENT ON COLUMN public.mf_customer.del_flag IS '逻辑删除标志(0代表存在 1代表删除)';
|
|
|
+COMMENT ON COLUMN public.algorithm_config.del_flag IS '逻辑删除标志(0代表存在 1代表删除)';
|
|
|
|
|
|
COMMENT ON COLUMN "public"."algorithm_config"."create_by" IS '创建人';
|
|
|
|