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