% my $x = 1; % foreach my $c ( @columns ) { % } % if ( $s->rules->feature('fulltext_index') ) { % } % if ( $s->rules->feature('functional_indexes') ) { % }

Column

% if ( $s->rules->feature('index_prefix') ) {

Prefix (optional)

% } else {   % }
% if (@columns > 1) {

Column order

% } else {   % }
<% $c %> % if ( $s->rules->feature('index_prefix') ) { % } else {   % } % if (@columns > 1) { " value="<% $x++ %>"> % } else {   % }
Unique?
Fulltext?

If you want to make a function index, simply type the function below, with the proper column name arguments. You should only use the columns you selected on the previous page.

<%args> $s $t @columns => () <%init> $m->redirect( uri( path => 'view_table_other' . Alzabo::GUI::Mason::Config::mason_extension(), query => { schema => $s->name, table => $t->name, }, ), ) unless @columns;