bigIncrements('id'); $table->string('name'); $table->string('path'); $table->string('path_thumb')->nullable(); $table->float('size'); $table->timestamps(); }); } public function down() { Schema::dropIfExists('files'); } }