I created a table in MySQl that uses a column named loja_num
with the unique key attribute
UNIQUE KEY loja_num (loja_num,
But now, I'd like to remove this attribute from this column. I've done some research without success. Does anyone know what command I use in MySQL?
I use XAMPP on Windows and the database is MySQL.
Thank you.