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