[BUG]: drizzle kit generate invalid schema for efault #3795
Labels
bug
Something isn't working
db/postgres
drizzle/kit
has-pr
This issue has one or more PRs that that could close the issue when merged
priority
Will be worked on next
Report hasn't been filed before.
What version of
drizzle-orm
are you using?0.38.2
What version of
drizzle-kit
are you using?0.30.1
Other packages
No response
Describe the Bug
below is invalid for postgres schema
username: varchar({ length: 200 }).
default(')
.notNull(),The text was updated successfully, but these errors were encountered: