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