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