浏览代码

更新 生成代码模块版本

wanggaokun 1 年之前
父节点
当前提交
2f87261d2d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      script/sql/postgresql/data(postgresql).sql

+ 2 - 2
script/sql/postgresql/data(postgresql).sql

@@ -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 '创建人';