string('key')->primary(); $table->json('json_value')->nullable(); $table->timestamps(); }); } /** * Drops the configs table on rollback. */ public function down(): void { Schema::dropIfExists('configs'); } };