id(); $table->string('name'); $table->string('image'); $table->text('description'); $table->timestamps(); }); } public function down() { Schema::dropIfExists('bestsellers'); } };