Hi there, I'm using C# and EFCore to create a SQLite Database.
The code is from Getting Started - EF Core | Microsoft Learn, and opening it using File -> Database -> Query Builder automatically detects primary and foreign keys:
However, if I drag the file to JMP, the keys are not automatically detected, hence making joining tables painful.
Is there a way to let JMP 16 detect keys automatically when opening sqlite file in this way?