You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that the bug I'm about to report hasn't been filed before.
What version of drizzle-orm are you using?
0.38.3
What version of drizzle-kit are you using?
0.30.1
Other packages
No response
Describe the Bug
Running drizzle-kit pull, the generated code in schema.ts has syntax errors.
All the default declarations are missing a quote.default(').
It should be .default('').
The text was updated successfully, but these errors were encountered:
Report hasn't been filed before.
What version of
drizzle-orm
are you using?0.38.3
What version of
drizzle-kit
are you using?0.30.1
Other packages
No response
Describe the Bug
Running
drizzle-kit pull
, the generated code inschema.ts
has syntax errors.All the default declarations are missing a quote
.default(')
.It should be
.default('')
.The text was updated successfully, but these errors were encountered: