> alter table mytable add primary key (column(s))
> alter table mytable add unique (column(s))
> alter table mytable add index (column(s))