id(); $table->string('name', 45)->nullable()->unique(); $table->string('iso', 5)->nullable()->unique(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('languages'); } };