id(); $table->string('section_1_image'); $table->string('section_1_big_title'); $table->string('section_1_small_title'); $table->string('section_1_1_btn_text'); $table->string('section_1_2_btn_text'); $table->string('section_1_2_btn_link'); $table->string('section_2_image'); $table->string('section_2_big_title'); $table->string('section_2_small_title'); $table->string('section_2_points'); $table->string('section_2_1_btn_tex'); $table->string('section_2_1_btn_link'); $table->string('section_2_2_btn_text'); $table->string('section_2_2_btn_link'); $table->string('section_3_big_title'); $table->string('section_3_small_title'); $table->string('section_4_image'); $table->string('section_5_title'); $table->string('section_6_title'); $table->string('testimonial'); $table->string('keyphrase'); $table->string('seo_title'); $table->string('meta_description'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }