Commit 997ba7f3 by lijingjing

合同采样表添加code_rule_type字段;

parent f2ea0daa
/** created by meazty on 2022/6/28 9:47 **/ /** created by meazty on 2022/6/28 9:47 **/
...@@ -5,3 +5,9 @@ ALTER TABLE "public"."entrust_sample" ...@@ -5,3 +5,9 @@ ALTER TABLE "public"."entrust_sample"
-- codeRuleType -- codeRuleType
COMMENT ON COLUMN "public"."entrust_sample"."code_rule_type" IS '编号规则类别'; COMMENT ON COLUMN "public"."entrust_sample"."code_rule_type" IS '编号规则类别';
-- 合同采样表 --
ALTER TABLE "public"."contract_sampling"
ADD COLUMN "code_rule_type" int2;
-- codeRuleType
COMMENT ON COLUMN "public"."contract_sampling"."code_rule_type" IS '编号规则类别';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment