Chado icon indicating copy to clipboard operation
Chado copied to clipboard

schema spy reports indexes as blanks for functional indexes

Open bradfordcondon opened this issue 5 years ago • 0 comments

noticed this on the feature index, index 5:

https://laceysanderson.github.io/chado-docs/tables/feature.html

screen shot 2019-01-10 at 5 02 35 pm

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));


bradfordcondon avatar Jan 11 '19 01:01 bradfordcondon