Welcome Guest, Not a member yet? Register   Sign In
$sessionDBGroup not working - migration
#3

[quote pid="390998" dateline="1635220029"]
Simple solution is, we need to add database group in migration class like below:


PHP Code:
public function __construct(){
        // First assign appropriate DB group
        $this->DBGroup config('App')->sessionDBGroup;
        
        
// Then call parent constructor to the rest
        parent::__construct();
    }
    

[/quote]
Reply


Messages In This Thread
RE: $sessionDBGroup not working - migration - by LutonDatta - 10-26-2021, 08:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB