string('key')->unique(); $table->text('value'); }); } /** * Reverse the migrations. */ public function down() { Schema::dropIfExists('settings'); } }