id(); $table->string('name'); $table->double('price'); $table->string('path_img'); $table->timestamps(); }); } public function down() { Schema::drop('products'); } }; // /** // * Reverse the migrations. // * // * @return void // */ // public function down() // { // Schema::dropIfExists('products'); // }