[This topic is migrated from our old forums. The original author name has been removed]
FEATURE REQUEST:
In the Database table treeview, would it be possible to mark the column with an identifier to show if it was a primary key, or a primary foreign key?
e.g.
table1
- column1 (DECIMAL) PFK
- column2 (DECIMAL) PFK
- column3 (DECIMAL) FK
- column4 (DECIMAL)
The visility of these markers could also be made optional (configurable in settings).
Or is this existing already?
Edited by: Geff Chang on Jul 25, 2013 7:01 AM
Geff,
I'll add your vote for showing primary/foreign keys in the list of column objects.
Regards
Roger
a
anonymous
said
almost 9 years ago
[This reply is migrated from our old forums. The original author name has been removed]
Re: Request: FK/PFK marker in Database treeview
Please add mine too. I'd prefer an icon change rather than adding text to the end of the column name though - that way it's always visible.
Another good place would be in the Columns tab once you open a table. For some reason there's both a NULLABLE and IS_NULLABLE column there for SQL Server but no IS_PK column.
a
anonymous
said
almost 9 years ago
[This reply is migrated from our old forums. The original author name has been removed]
anonymous