id(); $table->timestamps(); $table->string('name'); }); } /** * Reverse the migrations. */ public function down() { Schema::dropIfExists('countries'); } };