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:
![Wenhan_0-1691460846847.png Wenhan_0-1691460846847.png](https://community.jmp.com/t5/image/serverpage/image-id/55633i6589A7FED1030218/image-size/medium?v=v2&px=400)
However, if I drag the file to JMP, the keys are not automatically detected, hence making joining tables painful.
![Wenhan_1-1691461085704.png Wenhan_1-1691461085704.png](https://community.jmp.com/t5/image/serverpage/image-id/55634iC9D76930362A7EE9/image-size/medium?v=v2&px=400)
Is there a way to let JMP 16 detect keys automatically when opening sqlite file in this way?