cleanup
This commit is contained in:
@@ -31,6 +31,11 @@ class CreateMarketDataTable extends Migration
|
||||
$table->json('meta_data')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Artisan::call('db:seed', [
|
||||
'--class' => MarketDataSeeder::class,
|
||||
'--force' => true
|
||||
]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user