Commit a57b9078 by lijingjing

样品新增部分字段;

parent 92cf07ec
ALTER TABLE "public"."entrust_sample"
ALTER TABLE "public"."entrust_sample"
ADD COLUMN "category" varchar(64) COLLATE "pg_catalog"."default",
ADD COLUMN "electrolyzer_id" int8;
COMMENT ON COLUMN "public"."entrust_sample"."category" IS '样品类型';
COMMENT ON COLUMN "public"."entrust_sample"."electrolyzer_id" IS '电解质ID';
\ No newline at end of file
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