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