Studio: Not Enough Info to Infer Relation
https://www.answeroverflow.com/m/1180072254214766632
Running into this issue:
Any ideas? Based on the stack overflow, the suggestion is that the relationship isn't on both sides, but it seems like I do in this case, no?
Running into this issue:
Any ideas? Based on the stack overflow, the suggestion is that the relationship isn't on both sides, but it seems like I do in this case, no?
I am trying to use drizzle studio but I'm running into the following issue,
Here's a simplified version of the schema.
```ts
export const tokensTable = mysqlTable(
'tokens',
{
tokenId: varchar('token_id', { length: 255 }).notNul...
There is not enough information to infer relation "__public__.collectionsTable.tokens". Here's a simplified version of the schema.
```ts
export const tokensTable = mysqlTable(
'tokens',
{
tokenId: varchar('token_id', { length: 255 }).notNul...