correct permissions

This commit is contained in:
hackerESQ
2024-09-08 21:36:37 -05:00
parent 1a8e43f790
commit 94c3ab6236
3 changed files with 17 additions and 65 deletions
@@ -31,6 +31,10 @@ class CreateMarketDataTable extends Migration
$table->json('meta_data')->nullable();
$table->timestamps();
});
Artisan::call('db:seed', [
'--class' => MarketDataSeeder::class,
]);
}
/**