Enh: Foreign keys references in browser

When you expand the "Foreign key references" for a given table, you only see the name and the source table, you don't on which field(s) is the foreign key referencing too.

So if you cannot delete a row because "Child record found" you have to see from which table is that FK comming from, remember the name, then manually find it in the list (can't copy paste the name neither, the "Copy comma separated" does noting), open the FK constraints for that table, find the one that was giving you the error and expand the column list.

It would be nice to have a columns list in "Foreign key references" .
 
Back
Top