|
Posted by strawberry on October 22, 2006, 12:45 pm
Please log in for more thread options
mcyi2mr3@googlemail.com wrote:
> also the syntax to unset this would also be useful. thanks
ALTER TABLE `my_table` ADD UNIQUE (`my_field`)
ALTER TABLE `my_table` DROP INDEX `my_field_index`
have a look at phpmyadmin
|