fetch moon observer job

This commit is contained in:
2020-05-27 02:49:39 -05:00
parent 7ea6735167
commit 5f3639e945
2 changed files with 17 additions and 3 deletions

View File

@@ -51,8 +51,8 @@ class CreateRentalMoonLedgerTables extends Migration
$table->unsignedBigInteger('corporation_id');
$table->string('corporation_name');
$table->unsignedBigInteger('observer_id');
$table->string('observer_name');
$table->string('observer_type');
$table->string('observer_name')->nullable();
$table->string('observer_type')->nullable();
$table->unsignedBigInteger('observer_owner_id');
$table->unsignedBigInteger('solar_system_id');
$table->unsignedBigInteger('observer_type_id');