id(); $table->string('section_1_image',191); $table->string('section_1_big_title',191); $table->string('section_1_small_title',191); $table->string('section_1_1_text',191); $table->string('section_1_2_text',191); $table->string('section_1_1_link',191); $table->string('section_1_2_link',191); $table->string('section_3_image',191); $table->string('section_3_big_title',191); $table->string('section_3_small_title',191); $table->string('section_3_point',191); $table->string('section_4_big_title',191); $table->string('section_4_small_title',191); $table->string('section_4_1_image',191); $table->string('section_4_2_image',191); $table->string('section_4_3_image',191); $table->string('section_4_4_image',191); $table->string('section_4_5_image',191); $table->string('section_4_6_image',191); $table->string('section_4_1_title',191); $table->string('section_4_2_title',191); $table->string('section_4_3_title',191); $table->string('section_4_4_title',191); $table->string('section_4_5_title',191); $table->string('section_4_6_title',191); $table->string('section_4_1_desc',191); $table->string('section_4_2_desc',191); $table->string('section_4_3_desc',191); $table->string('section_4_4_desc',191); $table->string('section_4_5_desc',191); $table->string('section_4_6_desc',191); $table->string('section_5_image',191); $table->string('section_5_title',191); $table->string('section_5_1_title',191); $table->string('section_5_2_title',191); $table->string('section_5_3_title',191); $table->string('section_5_1_desc',191); $table->string('section_5_2_desc',191); $table->string('section_5_3_desc',191); $table->string('section_6_big_title',191); $table->string('section_6_small_title',191); $table->string('section_7_title',191); $table->string('testimonial',191); $table->string('section_8_1_title',191); $table->string('section_8_2_title',191); $table->string('section_8_3_title',191); $table->string('section_8_4_title',191); $table->string('section_8_1_num',191); $table->string('section_8_2_num',191); $table->string('section_8_3_num',191); $table->string('section_8_4_num',191); $table->string('section_9_big_title',191); $table->string('section_9_small_title',191); $table->string('section_10_image',191); $table->string('section_10_big_title',191); $table->string('section_10_small_title',191); $table->string('section_10_1_text',191); $table->string('section_10_2_text',191); $table->string('section_10_1_link',191); $table->string('section_10_2_link',191); $table->string('section_11_image',191); $table->string('section_11_big_title',191); $table->string('section_11_small_title',191); $table->string('section_11_point',191); $table->string('section_12_big_title',191); $table->string('section_12_small_title',191); $table->string('section_12_btn',191); $table->string('section_12_link',191); $table->string('section_12_image',191); $table->string('section_feature_desc',191); $table->string('section_feature_big_title',191); $table->string('section_feature_small_title',191); $table->string('keyphrase',191); $table->string('seo_title',191); $table->string('meta_description',191); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }