exec($sql); echo "Migration 003: Applications table created successfully.\n"; } catch (PDOException $e) { die("Migration 003 failed: " . $e->getMessage() . "\n"); } }