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