- npm updates
- install vue-loader - small changes laravel-mix file for vue
This commit is contained in:
parent
691d824a4f
commit
367dd328ef
39 changed files with 10126 additions and 9484 deletions
|
@ -20,7 +20,7 @@ class CreateDocumentFilesTable extends Migration
|
|||
$table->foreign('document_id')->references('id')->on('documents')
|
||||
->onUpdate('cascade')->onDelete('cascade');
|
||||
|
||||
$table->string('path_name', 50);
|
||||
$table->string('path_name', 100);
|
||||
$table->string('label', 50)->nullable();
|
||||
$table->string('comment', 255)->nullable();
|
||||
$table->string('mime_type', 255)->nullable();
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue