id(); $table->string('section_1_image'); $table->string('section_1_big_title'); $table->string('section_1_small_title'); $table->string('section_1_1_text'); $table->string('section_1_2_text'); $table->string('section_1_1_link'); $table->string('section_1_2_link'); $table->string('section_2_image'); $table->string('section_2_big_title'); $table->string('section_2_small_title'); $table->string('section_2_1_text'); $table->string('section_2_2_text'); $table->string('section_2_1_link'); $table->string('section_2_2_link'); $table->string('section_3_image'); $table->string('section_3_big_title'); $table->string('section_3_small_title'); $table->string('section_3_point'); $table->string('section_4_big_title'); $table->string('section_4_small_title'); $table->string('section_4_1_image'); $table->string('section_4_2_image'); $table->string('section_4_3_image'); $table->string('section_4_1_title'); $table->string('section_4_2_title'); $table->string('section_4_3_title'); $table->string('section_4_1_desc'); $table->string('section_4_2_desc'); $table->string('section_4_3_desc'); $table->string('section_5_image'); $table->string('section_5_title'); $table->string('section_5_1_title'); $table->string('section_5_2_title'); $table->string('section_5_3_title'); $table->string('section_5_1_desc'); $table->string('section_5_2_desc'); $table->string('section_5_3_desc'); $table->string('section_6_big_title'); $table->string('section_6_small_title'); $table->string('section_7_title'); $table->string('testimonial'); $table->string('section_8_1_title'); $table->string('section_8_2_title'); $table->string('section_8_3_title'); $table->string('section_8_4_title'); $table->string('section_8_1_num'); $table->string('section_8_2_num'); $table->string('section_8_3_num'); $table->string('section_8_4_num'); $table->string('section_9_big_title'); $table->string('section_9_small_title'); $table->string('section_feature_desc'); $table->string('section_feature_big_title'); $table->string('section_feature_small_title'); $table->string('keyphrase'); $table->string('seo_title'); $table->string('meta_description'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }