increments('id'); $table->string('slide1')->nullable(); $table->string('slide2')->nullable(); $table->string('slide3')->nullable(); $table->string('slide4')->nullable(); $table->string('slide5')->nullable(); $table->string('left')->nullable(); $table->string('right')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('home'); } }