id(); $table->string('nome')->unique(); $table->string('valor')->unique(); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('configs'); } };