increments('id'); $table->string('name'); $table->string('locale'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('languages'); } };