json('settings')->after('remember_token')->nullable(); }); } public function down(): void { Schema::table('users', function (Blueprint $table) { $table->dropColumn('settings'); }); } };