move to uuids for portfolios, users, and all market data

This commit is contained in:
hackerESQ
2024-08-07 12:43:43 -05:00
parent a8cea1203d
commit 45b3800389
+1 -2
View File
@@ -34,8 +34,7 @@ class UserFactory extends Factory
'two_factor_secret' => null,
'two_factor_recovery_codes' => null,
'remember_token' => Str::random(10),
'profile_photo_path' => null,
'current_team_id' => null,
'profile_photo_path' => null
];
}