mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
create separated exif metadata table for files
This commit is contained in:
@@ -25,7 +25,6 @@ class CreateFilesTable extends Migration
|
||||
$table->text('filesize');
|
||||
|
||||
$table->text('type')->nullable();
|
||||
$table->longText('metadata')->nullable();
|
||||
|
||||
$table->enum('author', ['user', 'member', 'visitor'])->default('user');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user