drizzle-kit pull & self-referencing relations
Hi,
Is there a way to get drizzle kit to generate self-referencing relations without type errors? I know you need to explicitly type them, but we come from a database with 600+ tables, which is still managed by our legacy Symfony project. So I would prefer to just introspect and not change anything whenver changes occur.
Is there a way to get drizzle kit to generate self-referencing relations without type errors? I know you need to explicitly type them, but we come from a database with 600+ tables, which is still managed by our legacy Symfony project. So I would prefer to just introspect and not change anything whenver changes occur.