mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
- download multiple files in public folder
- frontend build
This commit is contained in:
@@ -16,6 +16,7 @@ class CreateZipsTable extends Migration
|
||||
Schema::create('zips', function (Blueprint $table) {
|
||||
$table->uuid('id')->primary();
|
||||
$table->bigInteger('user_id');
|
||||
$table->string('shared_token')->nullable();
|
||||
$table->text('basename');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user