This commit is contained in:
Sándor Máté Magony
2025-05-11 13:07:54 +02:00
parent ec057787fd
commit a85c207b44
13 changed files with 25 additions and 169 deletions

View File

@@ -6,9 +6,6 @@ use Illuminate\Support\Facades\Schema;
return new class extends Migration
{
/**
* Run the migrations.
*/
public function up(): void
{
Schema::create('keruletek', function (Blueprint $t) {
@@ -42,11 +39,10 @@ return new class extends Migration
});
}
/**
* Reverse the migrations.
*/
public function down(): void
{
//
Schema::dropIfExists('keruletek');
Schema::dropIfExists('felhasznalok');
Schema::dropIfExists('wc_adatok');
}
};