This commit is contained in:
hackerESQ
2024-09-09 14:49:34 -05:00
parent 6bb0ad4980
commit cf38f18085
4 changed files with 9 additions and 76 deletions
@@ -31,6 +31,11 @@ class CreateMarketDataTable extends Migration
$table->json('meta_data')->nullable();
$table->timestamps();
});
Artisan::call('db:seed', [
'--class' => MarketDataSeeder::class,
'--force' => true
]);
}
/**