id(); $table->string('background_popup'); $table->string('background_button'); $table->string('big_title'); $table->string('small_title'); $table->string('close_button'); $table->string('close_button_background'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }