mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
create/get upload request backend
This commit is contained in:
@@ -18,8 +18,8 @@ class CreateUploadRequestsTable extends Migration
|
||||
$table->uuid('user_id');
|
||||
$table->uuid('folder_id');
|
||||
$table->enum('status', ['active', 'filled', 'expired'])->default('active');
|
||||
$table->string('email');
|
||||
$table->longText('notes');
|
||||
$table->string('email')->nullable();
|
||||
$table->longText('notes')->nullable();
|
||||
$table->timestamps();
|
||||
$table->charset = 'utf8mb4';
|
||||
$table->collation = 'utf8mb4_unicode_ci';
|
||||
|
||||
Reference in New Issue
Block a user