boolean('confetti_on_submission')->default(false); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('forms', function (Blueprint $table) { $table->dropColumn('confetti_on_submission'); }); } };