text('link')->change(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('team_invitations', function (Blueprint $table) { $table->string('link')->change(); }); } };