diff --git a/app/Console/Commands/GetEveRegions.php b/app/Console/Commands/GetEveRegions.php new file mode 100644 index 000000000..7322642ac --- /dev/null +++ b/app/Console/Commands/GetEveRegions.php @@ -0,0 +1,42 @@ +unsignedBigIncrements('id'); + $table->unsignedBigInteger('region_id'); + $table->string('region_name'); + }); + } + if(!Schema::hasTable('public_contracts')) { Schema::create('public_contracts', function(Blueprint $table) { $table->unsignedBigIncrements('id');