Commit 19c60647 authored by 吴文龙's avatar 吴文龙

fix

parent a58420ce
...@@ -489,7 +489,7 @@ COMMENT ON COLUMN "public"."trep_hours_sta_detail"."updated_time" IS '结束时 ...@@ -489,7 +489,7 @@ COMMENT ON COLUMN "public"."trep_hours_sta_detail"."updated_time" IS '结束时
-- ---------------------------- -- ----------------------------
DROP TABLE IF EXISTS "public"."trep_hsta_detail"; DROP TABLE IF EXISTS "public"."trep_hsta_detail";
CREATE TABLE "public"."trep_hsta_detail" ( CREATE TABLE "public"."trep_hsta_detail" (
"aid" int8 NOT NULL DEFAULT nextval('trep_sta_hdetail_aid_seq'::regclass), "aid" int8,
"tid" uuid, "tid" uuid,
"did" uuid, "did" uuid,
"key" varchar(255) COLLATE "pg_catalog"."default", "key" varchar(255) COLLATE "pg_catalog"."default",
......
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