string('setting_key')->primary()->indexed(); $table->text('value'); $table->nullableTimestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::drop('settings'); } };