Skip to content

Don't know how to parse column type: 816425 #128

@grantcarthew

Description

@grantcarthew

Here is the DDL for the table that was being queried at the :

    CREATE TABLE schemaname.tablename (
      id text PRIMARY KEY NOT NULL DEFAULT 'a-key-is-here',
      schemaVersion INTEGER NOT NULL DEFAULT(0),
      status custom.enum NOT NULL DEFAULT('ready'),
      updatedAt TIMESTAMP WITH TIME ZONE,
      updatedBy text NOT NULL
    )

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