mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Display collation at table structure if different from table
This commit is contained in:
@@ -12,7 +12,7 @@ class AdminerTableStructure {
|
||||
* @param array data about individual fields
|
||||
* @return bool
|
||||
*/
|
||||
function tableStructurePrint($fields) {
|
||||
function tableStructurePrint($fields, $tableStatus = null) {
|
||||
echo "<div class='scrollable'>\n";
|
||||
echo "<table class='nowrap odds'>\n";
|
||||
echo "<thead><tr>"
|
||||
|
Reference in New Issue
Block a user