/* Navicat Premium Data Transfer Source Server : pgsql政务正式2.21.138.148 Source Server Type : PostgreSQL Source Server Version : 140009 Source Host : 2.21.138.148:5333 Source Catalog : citylifeline_db Source Schema : public Target Server Type : PostgreSQL Target Server Version : 140009 File Encoding : 65001 Date: 17/02/2025 17:02:46 */ -- ---------------------------- -- Table structure for third_party_layer_info -- ---------------------------- DROP TABLE IF EXISTS "public"."third_party_layer_info"; CREATE TABLE "public"."third_party_layer_info" ( "id" varchar(200) COLLATE "pg_catalog"."default" NOT NULL, "inlet_name" varchar(255) COLLATE "pg_catalog"."default", "inlet_pric" varchar(255) COLLATE "pg_catalog"."default", "counter_sys" varchar(255) COLLATE "pg_catalog"."default", "update_date" date, "update_by" varchar(255) COLLATE "pg_catalog"."default", "create_date" date, "create_by" varchar(255) COLLATE "pg_catalog"."default" ) ; COMMENT ON COLUMN "public"."third_party_layer_info"."inlet_name" IS '大屏图层入口名称'; COMMENT ON COLUMN "public"."third_party_layer_info"."inlet_pric" IS '入口说明'; COMMENT ON COLUMN "public"."third_party_layer_info"."counter_sys" IS '对应系统'; COMMENT ON COLUMN "public"."third_party_layer_info"."update_date" IS '更新时间'; COMMENT ON COLUMN "public"."third_party_layer_info"."update_by" IS '更新人'; COMMENT ON COLUMN "public"."third_party_layer_info"."create_date" IS '创建时间'; COMMENT ON COLUMN "public"."third_party_layer_info"."create_by" IS '创建人'; COMMENT ON TABLE "public"."third_party_layer_info" IS '大屏下钻图层设置-主'; -- ---------------------------- -- Records of third_party_layer_info -- ---------------------------- INSERT INTO "public"."third_party_layer_info" VALUES ('1165968523671896064', '主图层', '用于登录专项一张图', '供水爆管地下管线燃气爆炸轨交场景第三方破坏道路塌陷城市内涝桥梁倒塌', '2024-12-03', '1', '2023-10-23', ''); -- ---------------------------- -- Primary Key structure for table third_party_layer_info -- ---------------------------- ALTER TABLE "public"."third_party_layer_info" ADD CONSTRAINT "third_party_layer_info_pkey" PRIMARY KEY ("id");