enum('type', InteractionType::values())->change(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('interactions', function (Blueprint $table) {}); } };