logistics contract migration

This commit is contained in:
2018-12-05 14:15:32 -06:00
parent 6244ab6e9f
commit d31475e9b5
@@ -26,7 +26,7 @@ class CreateLogisticsContractsTable extends Migration
$table->string('destination_system_name')->nullable();
$table->decimal('price', 20, 2)->default(0.00);
$table->decimal('collateral', 20, 2)->default(0.00);
$table->boolean('insured')->default('false');
$table->boolean('insured')->default(false);
$table->timestamps();
});
}