Using the base example for laravel I get following exception:
ErrorException (E_NOTICE) Undefined index: native_type
/vendor/koolreport/core/src/datasources/PdoDataSource.php:
$cType = $this->guessType($info["native_type"]);
The issue seems to be caused by columns of type "blob".
The laravel db connection it configured as type "mysql" but looks like koolreport is treating it as a Pdo connection?