Commit 8edf2d9c by ghxdhr

修改sql-公司id

parent a8deeb8c
-- ghx
-- ghx
......@@ -7,6 +7,7 @@ CREATE TABLE "public"."standard_sample" (
"cid" int8,
"ctime" timestamp(0),
"deleted" int2,
"company_id" int8,
PRIMARY KEY ("id")
)
;
......@@ -22,3 +23,5 @@ COMMENT ON COLUMN "public"."standard_sample"."cid" IS '创建人id';
COMMENT ON COLUMN "public"."standard_sample"."ctime" IS '创建时间';
COMMENT ON COLUMN "public"."standard_sample"."deleted" IS '是否删除(0否1是)';
COMMENT ON COLUMN "public"."standard_sample"."company_id" IS '公司id';
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