How can I remove the unique option from a column in MySQL ?
Posted
by Tom Nipravsky
on Stack Overflow
See other posts from Stack Overflow
or by Tom Nipravsky
Published on 2010-04-03T22:02:24Z
Indexed on
2010/04/03
22:03 UTC
Read the original article
Hit count: 120
mysql
Hello,
I have a field in my db called "user" which is unique.
I would like to remove the "unique" option so I can have couple of users with the same nickname.
Which sql statement should I execute to perform this action ?
Thanks
© Stack Overflow or respective owner