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

This commit is contained in:
hackerESQ
2024-08-07 12:45:01 -05:00
parent 45b3800389
commit 60db0a06d3
15 changed files with 55 additions and 120 deletions
+2
View File
@@ -3,11 +3,13 @@
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Concerns\HasUuids;
use Illuminate\Database\Eloquent\Factories\HasFactory;
class Portfolio extends Model
{
use HasFactory;
use HasUuids;
/**
* The attributes that are mass assignable.