Update
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user