Multiple index order

0 votes
asked Apr 24, 2015 in Feature Request by Damien (350 points)

Hello

Using doctrine2 mapping, we would like to define the column order in multiple index. Right now we can just select the column without choosing the order in the index.

Cheers

Damien

1 Answer

0 votes
answered Apr 24, 2015 by ludek.vodicka Skipper developer (140,450 points)

Hi Damien,

you're right. Currently it isn't possible to define index via any visual tool. There are two options how to currently solve it.

Index columns order is defined by order of selecting the column checkboxes. Or you can arrange it directly in project.xml file.

We have this on our todo. I will let you know when this feature will be ready.
Ludek

...