0.32.0 introduces unmentioned breaking change
With this table, I would expect
defaultSettingsProfileId
to be part of $inferInsert
but for some reason, the only field I can use in update commands is managerId
. All others result in type errors. Prior to 0.32.0, I was able to set defaultSettingsProfileId
1 Reply
Seems to be a duplicate of https://github.com/drizzle-team/drizzle-orm/issues/2900
GitHub
[BUG]:drizzle typescript doesn't see boolean column · Issue #2900 ·...
What version of drizzle-orm are you using? 0.33.0 What version of drizzle-kit are you using? 0.24.2 Describe the Bug i have entity export const db_ranges = pgTable('ranges', { id: serial(&#...