id(); $table->string('header_title'); $table->string('background'); $table->string('title'); $table->string('image'); $table->string('logo'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }