Skip to content

Unknown type timestamp while generating SQL  #23

@ivanp83

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' },
});

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