Home  >  Article  >  Database  >  How to remove field uniqueness using phpmyadmin

How to remove field uniqueness using phpmyadmin

王林
王林Original
2019-12-13 14:19:004952browse

How to remove field uniqueness using phpmyadmin

1. First open the database where the uniqueness of the field needs to be deleted

How to remove field uniqueness using phpmyadmin

2. Then open the data table where the uniqueness of the field needs to be deleted , and then click the [SQL] option in the menu bar

How to remove field uniqueness using phpmyadmin

3. Finally, enter the SQL statement to delete the uniqueness of the field, and click Execute

For example:

ALTER TABLE good_booked DROP INDEX good_id;

Recommended related articles and tutorials: phpmyadmin tutorial

The above is the detailed content of How to remove field uniqueness using phpmyadmin. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn