Skip to content

Unknown type timestamp while generating SQL  #23

Description

@ivanp83

Try to use timestamp and jsonb type having next Error

Generating SQL DDL script /db
Error: Unknown type timestamp

Generating SQL DDL script /db
Error: Unknown type jsonb

Block of code
({
Entity: {},
name: { type: 'string', length: { min: 1, max: 64 }, unique: true },
description: { type: 'string' },
image: 'Image',
createdAt: { type: 'timestamp' },
});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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