- enhanced setup:dev script

- refactored shared token creation
This commit is contained in:
Peter Papp
2021-03-15 07:51:01 +01:00
parent 749bc4ae83
commit 6b67f861c3
5 changed files with 187 additions and 44 deletions

View File

@@ -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();