Some filters use an operator determined by the driver name of the default database connection:
DB::connection()->getDriverName()
however, if one or more models have connections to different types of databases (e.g. mysql and pgsql), the query may fail.
Some filters use an operator determined by the driver name of the default database connection:
DB::connection()->getDriverName()however, if one or more models have connections to different types of databases (e.g. mysql and pgsql), the query may fail.