drizzle-team / drizzle-team/drizzle-orm
[BUG]:Drizzle-kit pull: default(') is an unterminated string.
Open
bug
bug/fixed-in-beta
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Report hasn't been filed before.
- [x] 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.45.2
### What version of `drizzle-kit` are you using?
^0.31.10
### Other packages
_No response_
### Describe the Bug
`pnpm drizzle-kit pull` results in the following schema code:
`extension: varchar({ length: 10 }).default('),`
As you can see, the default is unterminated and thus fails.
Contributor guide
Assessment
This issue has not been assessed yet.