This commit is contained in:
ct
2025-06-13 09:44:18 +08:00
parent 8d6e86ebb3
commit 2fd4d42aec
54 changed files with 9917 additions and 184 deletions

View File

@@ -25,6 +25,7 @@ public function up(): void
$table->string('file_name');
$table->string('file_path');
$table->string('disk');
$table->string('uploaded_url')->nullable();
$table->timestamps();