mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 00:42:16 +00:00
setup wizard refactoring
This commit is contained in:
@@ -15,7 +15,7 @@ class CreateExifsTable extends Migration
|
||||
{
|
||||
Schema::create('exifs', function (Blueprint $table) {
|
||||
$table->uuid('id')->primary()->index();
|
||||
$table->uuid('file_id')->index();
|
||||
$table->uuid('file_id')->nullable()->index();
|
||||
|
||||
$table->timestamp('date_time_original')->nullable();
|
||||
$table->string('artist')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user