$redata = Db::table('db1') ->alias('a') ->join('db2b','a.id = b.bind_institution_id','LEFT') ->select();