id(); $table->string('section_1_desc'); $table->string('section_2_small_title'); $table->string('section_2_big_title'); $table->string('section_2_desc'); $table->string('section_2_1'); $table->string('section_2_2'); $table->string('section_2_3'); $table->string('section_2_4'); $table->string('section_2_5'); $table->string('section_2_btn'); $table->string('keyphrase'); $table->string('seo_title'); $table->string('meta_description'); $table->string('image'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }