In case someone ends up here for this issue, add the following line into your App\Providers\AppServiceProvider.php file

public function register() {
Sanctum::ignoreMigrations();
}