Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown type timestamp while generating SQL #23

Open
ivanp83 opened this issue Mar 31, 2023 · 0 comments
Open

Unknown type timestamp while generating SQL #23

ivanp83 opened this issue Mar 31, 2023 · 0 comments

Comments

@ivanp83
Copy link

ivanp83 commented Mar 31, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant