Self-Relation in Drizzle ORM?
I'm trying to create a folder/file structure in postgresql with drizzle orm
I have the following table:
but im getting this error in typescript
Sorry if I overlooked something, I'm new to drizzle
I have the following table:
but im getting this error in typescript
'folder' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.ts(7022)Sorry if I overlooked something, I'm new to drizzle
