mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
- enhanced setup:dev script
- refactored shared token creation
This commit is contained in:
@@ -22,7 +22,7 @@ class CreateFileManagerFiles extends Migration
|
||||
$table->text('name');
|
||||
$table->text('basename');
|
||||
|
||||
$table->text('mimetype')->nullable()->index();
|
||||
$table->text('mimetype')->nullable();
|
||||
$table->text('filesize');
|
||||
|
||||
$table->text('type')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user