Skip to content

PostgreSQL [create table DDL ] parse geometry field fail #1121

@linkoog

Description

@linkoog

CREATE TABLE "public"."device_bayonet_copy1" ( "id" int8 NOT NULL, "device_code" varchar(128) COLLATE "pg_catalog"."default", "longitude_latitude" varchar(128) COLLATE "pg_catalog"."default", "longitude_latitude_gis" "public"."geometry", "direction" varchar(128) COLLATE "pg_catalog"."default", "brand" varchar(128) COLLATE "pg_catalog"."default", "test" "information_schema"."time_stamp", CONSTRAINT "device_bayonet_copy1_pkey" PRIMARY KEY ("id") )

[longitude_latitude_gis、test] field parse fail。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions