modified database table

This commit is contained in:
2019-05-29 22:36:30 -05:00
parent 954ddc8f6f
commit 7622801c40

View File

@@ -19,7 +19,7 @@ class CorporationAssetsTable extends Migration
$table->string('structure_id');
$table->string('structure_name');
$table->string('solar_system_id');
$table->string('solar_system_name');
$table->string('solar_system_name')->nullable();
$table->string('type_id');
$table->string('corporation_id');
$table->boolean('services');