id(); $table->string('section_1_desc'); $table->string('section_2_small_title'); $table->string('section_2_big_title'); $table->string('section_2_1_title'); $table->string('section_2_2_title'); $table->string('section_2_3_title'); $table->string('section_2_1_desc'); $table->string('section_2_2_desc'); $table->string('section_2_3_desc'); $table->string('section_3_image'); $table->string('section_3_small_title'); $table->string('section_3_big_title'); $table->string('section_3_point'); $table->string('section_3_btn'); $table->string('section_3_link'); $table->string('section_4_1_title'); $table->string('section_4_2_title'); $table->string('section_4_3_title'); $table->string('section_4_4_title'); $table->string('section_4_1_desc'); $table->string('section_4_2_desc'); $table->string('section_4_3_desc'); $table->string('section_4_4_desc'); $table->string('section_4_1_image'); $table->string('section_4_2_image'); $table->string('section_4_3_image'); $table->string('section_4_4_image'); $table->string('section_5_small_title'); $table->string('section_5_big_title'); $table->string('section_6_small_title'); $table->string('section_6_big_title'); $table->string('section_7_small_title'); $table->string('section_7_big_title'); $table->string('section_7_desc'); $table->string('testimonial_1'); $table->string('testimonial_2'); $table->string('testimonial_3'); $table->string('client_logo_1'); $table->string('client_logo_2'); $table->string('client_logo_3'); $table->string('client_logo_4'); $table->string('keyphrase'); $table->string('seo_title'); $table->string('meta_description'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }