After this new update I am getting an introspection error schema below "drizzle-kit": "^0.21.1",
Error: There is not enough information to infer relation "public.users.twoFactorConfirmation"
2 Replies
Any help available?
@2armedlopin Hey! In your case
twoFactorConfirmation
have one
user
and users
have many
twoFactorConfirmations
https://orm.drizzle.team/docs/rqb#one-to-many
Drizzle ORM - Query
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.