SQLSTATE[42703]: Undefined column: 7 ERROR: column ai.total_ips does not exist LINE 6: COALESCE(ai.total_ips, 0) as total_ips ^
#0 /www/wwwroot/ipv4.dev/app/Core/Database.php(66): PDOStatement->execute()
#1 /www/wwwroot/ipv4.dev/app/Core/Database.php(78): App\Core\Database->query()
#2 /www/wwwroot/ipv4.dev/app/Models/IpRange.php(1194): App\Core\Database->fetchAll()
#3 /www/wwwroot/ipv4.dev/app/Controllers/TagController.php(86): App\Models\IpRange->getAsnsByTag()
#4 [internal function]: App\Controllers\TagController->detail()
#5 /www/wwwroot/ipv4.dev/app/Core/Router.php(92): call_user_func_array()
#6 /www/wwwroot/ipv4.dev/app/Core/Application.php(108): App\Core\Router->dispatch()
#7 /www/wwwroot/ipv4.dev/public/index.php(43): App\Core\Application->run()
#8 {main}