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