string('pull_request_issue_comment_id')->nullable()->change(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('application_previews', function (Blueprint $table) { $table->integer('pull_request_issue_comment_id')->nullable()->change(); }); } };