Commit 9e9648b8 by ghxdhr

新增字段sql

parent 0f3c2618
--ghx
--ghx
ALTER TABLE "public"."entrust"
DROP COLUMN "print_status",
ADD COLUMN "print_status" int2 DEFAULT 0;
COMMENT ON COLUMN "public"."entrust"."print_status" IS '是否打印,0未打印,1已打印';
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