Skip to content

Dameng DATETIME WITH TIME ZONE not supported #2074

@sixinyiyu

Description

@sixinyiyu

Running

(
    "id"  BIGINT IDENTITY(1, 1) PRIMARY KEY,
    "role_id" VARCHAR(40) DEFAULT '',
    "role_name" VARCHAR(50) DEFAULT '',
    "created_at" DATETIME WITH TIME ZONE
);

the error info is


ParserError("Expected: ',' or ')' after column definition, found: WITH at Line: 19, Column: 31")

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