remove unused constraints

This commit is contained in:
2023-04-11 13:14:50 +10:00
parent 0d1ee37272
commit 4a43c152d5
2 changed files with 0 additions and 4 deletions

View File

@@ -22,8 +22,6 @@ return new class extends Migration
$table->uuid('hero');
$table->text('content');
$table->timestamps();
// $table->foreign('user_id')->references('id')->on('users');
});
}

View File

@@ -22,8 +22,6 @@ return new class extends Migration
$table->string('permission')->nullable();
$table->bigInteger('size');
$table->timestamps();
// $table->foreign('user_id')->references('id')->on('users');
});
}