increments('id')->index(); $table->string('name'); $table->integer('country_id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('states'); } }