unsignedBigInteger('moved_to_profile_id')->nullable(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('profiles', function (Blueprint $table) { $table->dropColumn('moved_to_profile_id'); }); } };