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