id(); $table->foreignId("region_id")->constrained(); $table->string("name"); $table->string("short"); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('companies'); } };