pub fn auth_migration_template() -> String
Migration template that adds auth fields to an existing users table.
Uses ALTER TABLE to add name, email (unique), password, and remember_token.