id(); $table->string('section_1_desc'); $table->string('keyphrase'); $table->string('seo_title'); $table->string('meta_description'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }