exec($sql); echo "Migration successful: is_active column added to process_definitions table.\n"; } catch (PDOException $e) { die("Migration failed: " . $e->getMessage() . "\n"); }