DataGrip Can't See MySQL Foreign Key's Referenced Column
Answered
I have a simple database with simple foreign key constraints defined. The table definitions correctly display these relationships in the console, but when I open the Modify Table window in DataGrip, it sees the reference as null. I can modify the reference in this window and save it, but when I re-open the window, the problem persists.

The picture above shows the generated table definition, with the correctly referenced field. But...

When opening the Modify Table window, a null reference is shown. This is preventing me from using basic DataGrip functions like Go To Referenced Data, etc.
Please sign in to leave a comment.
I created a ticket in our issue tracker https://youtrack.jetbrains.com/issue/DBE-7560
This is fixed! Expect in the closest release.