ein paar test-objekte

This commit is contained in:
2026-02-08 15:06:29 +00:00
parent 4acd50f6cd
commit bf40de87ca
10 changed files with 101 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ return new class extends Migration
Schema::create('documents', function (Blueprint $table) {
$table->id();
$table->string('name');
$table->string('type');
$table->morphs('documentable');
$table->timestamps();
});