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