connection; } /** * Determine if this migration should run. * * @return bool */ public function shouldRun(): bool { return true; } }