id(); $table->string('code', 16)->unique(); $table->string('flag', 16); $table->string('phonecode', 8)->unique(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('countries'); } };