SyntaxError: Unexpected identifier 'SCHEMA'

I'm trying to execute "drizzle-kit generate:pg" and I'm receiving error: CREATE SCHEMA "boards"; ^^^^^^ SyntaxError: Unexpected identifier 'SCHEMA'
No description
2 Replies
LunaCrafts
LunaCrafts•11mo ago
GitHub
[BUG]: drizzle push:pg , creates an unexpected indentifier 'TABLE' ...
What version of drizzle-orm are you using? v0.28.5 What version of drizzle-kit are you using? v0.19.13 Describe the Bug schema .ts // schema.js import { pgTable, bigint, varchar, boolean } from &qu...
Andrii Sherman
Andrii Sherman•11mo ago
what version of postgres are you using?