Running Migration 008..."; echo ""; echo "

Migration completed successfully!

"; echo "

Please delete this file (public/migrate_008.php) for security.

"; } catch (\Exception $e) { echo "

Migration failed:

"; echo "
" . htmlspecialchars($e->getMessage()) . "
"; }