Through Phpmyadmin added a new field with type ENUM to the table structure with a rather large number of elements. 4 not particularly long values. Also set one of them as default.
There were two problems:
Phpmyadminno longer displays the structure of this table in acc. tab. It is as if a click on a tab is ignored, but does not freeze.- Attempts to make changes to the fields in this table are unsuccessful. There are no errors, but the values do not change.
With the table, everything was fine before, the data were installed and obtained quickly. The point is in the ENUM . removing it through DROP COLUMN I get a worksheet.
I thought ENUM is an economical type and doesn’t load the database very hard?