You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
looks like hte index is there and fine, but it gets reported as a null in schema spy
here it is in my PHPstorm:
-- auto-generated definition
create index feature_idx5
on feature (lower(name :: text));
The text was updated successfully, but these errors were encountered:
bradfordcondon
changed the title
schema spy indexes blank for functiona indexes
schema spy reports indexes as blanks for functional indexes
Mar 5, 2019
noticed this on the feature index, index 5:
https://laceysanderson.github.io/chado-docs/tables/feature.html
looks like hte index is there and fine, but it gets reported as a null in schema spy
here it is in my PHPstorm:
The text was updated successfully, but these errors were encountered: