id(); $table->text('section_1_image'); $table->text('section_1_video'); $table->text('section_1_big_title'); $table->text('section_1_small_title'); $table->text('section_1_placeholder'); $table->text('section_1_button'); $table->text('section_2_big_title'); $table->text('section_2_small_title'); $table->text('section_2_btn'); $table->text('section_2_link'); $table->text('section_3_image'); $table->text('section_3_1_big_title'); $table->text('section_3_1_small_title'); $table->text('section_3_big_title'); $table->text('section_3_small_title'); $table->text('section_3_point'); $table->text('section_4_big_title'); $table->text('section_4_small_title'); $table->text('section_4_1_image'); $table->text('section_4_2_image'); $table->text('section_4_3_image'); $table->text('section_4_4_image'); $table->text('section_4_5_image'); $table->text('section_4_6_image'); $table->text('section_4_1_title'); $table->text('section_4_2_title'); $table->text('section_4_3_title'); $table->text('section_4_4_title'); $table->text('section_4_5_title'); $table->text('section_4_6_title'); $table->text('section_4_1_desc'); $table->text('section_4_2_desc'); $table->text('section_4_3_desc'); $table->text('section_4_4_desc'); $table->text('section_4_5_desc'); $table->text('section_4_6_desc'); $table->text('section_5_image'); $table->text('section_5_title'); $table->text('section_5_1_title'); $table->text('section_5_2_title'); $table->text('section_5_3_title'); $table->text('section_5_1_desc'); $table->text('section_5_2_desc'); $table->text('section_5_3_desc'); $table->text('section_6_big_title'); $table->text('section_6_desc'); $table->text('section_7_title'); $table->text('section_8_1_title'); $table->text('section_8_2_title'); $table->text('section_8_3_title'); $table->text('section_8_4_title'); $table->text('section_8_1_num'); $table->text('section_8_2_num'); $table->text('section_8_3_num'); $table->text('section_8_4_num'); $table->text('section_9_big_title'); $table->text('section_9_small_title'); $table->text('section_10_1_text'); $table->text('section_10_2_text'); $table->text('section_10_1_link'); $table->text('section_10_2_link'); $table->text('section_11_image'); $table->text('section_11_big_title'); $table->text('section_11_small_title'); $table->text('section_11_point'); $table->text('price_1'); $table->text('price_2'); $table->text('price_3'); $table->text('sub_title_1'); $table->text('sub_title_2'); $table->text('sub_title_3'); $table->text('title_1'); $table->text('title_2'); $table->text('title_3'); $table->text('point_1'); $table->text('point_2'); $table->text('point_3'); $table->text('btn_text_1'); $table->text('btn_text_2'); $table->text('btn_text_3'); $table->text('btn_link_1'); $table->text('btn_link_2'); $table->text('btn_link_3'); $table->text('section_template_desc'); $table->text('section_pricing_desc'); $table->text('section_feature_desc'); $table->text('section_feature_big_title'); $table->text('section_feature_small_title'); $table->text('testimonial'); $table->text('keyphrase'); $table->text('seo_title'); $table->text('meta_description'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }