Adminer version:5.3.0
Compiled:mysqli
Driver:
Database version: Maria 11.4.7
If I show the structure of some tables there is a (new) area with all defined constraints. Sometimes this area is filled with the constraints from a different table.
My guess is, this happens, when the constraint has the same name.
By excuting show create table you can see the constraint is not set on this table and table_information_schema is also correct. Maybe some caching issue, or query is missing the table/database on information_schema (or where you get the information)
Adminer version:5.3.0
Compiled:mysqli
Driver:
Database version: Maria 11.4.7
If I show the structure of some tables there is a (new) area with all defined constraints. Sometimes this area is filled with the constraints from a different table.
My guess is, this happens, when the constraint has the same name.
By excuting show create table you can see the constraint is not set on this table and table_information_schema is also correct. Maybe some caching issue, or query is missing the table/database on information_schema (or where you get the information)