Commit ee9e3557 by lijingjing

添加优化字段;

parent 289cd52c
CREATE TABLE "public"."entrust_sample_record" (
CREATE TABLE "public"."entrust_sample_record" (
......@@ -61,6 +61,6 @@ COMMENT ON COLUMN "public"."entrust_sample"."compliance_test" IS '符合性检
-- 新增样品检测项目字段 --
ALTER TABLE "public"."entrust_sample_item"
ADD COLUMN "univalent" numeric;
ADD COLUMN "univalent" numeric default 0.00;
COMMENT ON COLUMN "public"."entrust_sample_item"."univalent" 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