query("SHOW COLUMNS FROM {$table} LIKE '{$field}'")->getRow() ->Type, $matches ); foreach ($matches[1] as $value) { $enums[$value] = $value; } return $enums; }