Can't Find Oracle Table Column Information
Answered
Hi,
Is there a way to view Oracle table column details such as if a column is a part of a primary or foreign key or if NULL values are allowed? It would be nice if this information was displayed side by side along with the datatype.
Please sign in to leave a comment.
Pay attention to the following help topic https://www.jetbrains.com/help/datagrip/database-tool-window.html#3
Gotcha, although if I have to be honest it's a bit tough to distinguish between the icons for a table, NOT NULL column, and column with an index especially since they're so small, something like this would be nice (or having the SQL*Plus DESC command):