In your database config file app/Config/Database.php add the following to your $default connection array:
app/Config/Database.php
$default
'schema' => 'rqhse',
This sets the PostgreSQL search_path to rqhse, public automatically when connecting.
rqhse, public