bigIncrements('id'); $table->string('name'); $table->string('path'); $table->string('path_thumb')->nullable(); $table->integer('product_id'); $table->bigInteger('size')->default(0); $table->string('type')->default('image/jpeg'); //$table->timestamps(); }); } public function down() { Schema::dropIfExists('screens'); } }