From bcd10d0aa8fcde772daf3b25af5acdbae8b1901a Mon Sep 17 00:00:00 2001 From: smallchill Date: Tue, 5 Nov 2019 09:08:58 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20=E6=9B=B4=E6=96=B0sql=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/sql/postgresql/bladex-saber-postgresql.sql | 2 +- doc/sql/postgresql/bladex-sword-postgresql.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sql/postgresql/bladex-saber-postgresql.sql b/doc/sql/postgresql/bladex-saber-postgresql.sql index ef0c04f0..32499148 100644 --- a/doc/sql/postgresql/bladex-saber-postgresql.sql +++ b/doc/sql/postgresql/bladex-saber-postgresql.sql @@ -220,7 +220,7 @@ COMMENT ON COLUMN "blade_dict"."dict_key" IS '字典值'; COMMENT ON COLUMN "blade_dict"."dict_value" IS '字典名称'; COMMENT ON COLUMN "blade_dict"."sort" IS '排序'; COMMENT ON COLUMN "blade_dict"."remark" IS '字典备注'; -COMMENT ON COLUMN "blade_dict"."is_seal" IS '是否已封存'; +COMMENT ON COLUMN "blade_dict"."is_sealed" IS '是否已封存'; COMMENT ON COLUMN "blade_dict"."is_deleted" IS '是否已删除'; COMMENT ON TABLE "blade_dict" IS '字典表'; diff --git a/doc/sql/postgresql/bladex-sword-postgresql.sql b/doc/sql/postgresql/bladex-sword-postgresql.sql index 1d83ed2e..09784a7f 100644 --- a/doc/sql/postgresql/bladex-sword-postgresql.sql +++ b/doc/sql/postgresql/bladex-sword-postgresql.sql @@ -220,7 +220,7 @@ COMMENT ON COLUMN "blade_dict"."dict_key" IS '字典值'; COMMENT ON COLUMN "blade_dict"."dict_value" IS '字典名称'; COMMENT ON COLUMN "blade_dict"."sort" IS '排序'; COMMENT ON COLUMN "blade_dict"."remark" IS '字典备注'; -COMMENT ON COLUMN "blade_dict"."is_seal" IS '是否已封存'; +COMMENT ON COLUMN "blade_dict"."is_sealed" IS '是否已封存'; COMMENT ON COLUMN "blade_dict"."is_deleted" IS '是否已删除'; COMMENT ON TABLE "blade_dict" IS '字典表';