Skip to content

POSTGRESQL create table ( ctime timestamp(0) WITH TIME ZONE) format issue #618

@xiangnanscu

Description

@xiangnanscu

Describe the bug
WITH

Expected behavior

CREATE TABLE usr(
  id SERIAL PRIMARY KEY NOT NULL,
  ctime timestamp(0) WITH TIME ZONE,
  username varchar(18) UNIQUE
);

Actual behavior

CREATE TABLE
  usr (
    id SERIAL PRIMARY KEY NOT NULL,
    ctime timestamp(0)
    WITH
      TIME ZONE,
      username varchar(18) UNIQUE
  );

Usage

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions