🔧 Email Verification Table Installation
==========================================

✅ Connected to database: niceflatslipstre

✅ Table structure created

⚠️  Index already exists

🎉 Installation completed successfully!
==========================================

📋 Table: email_verification_tokens
✅ Status: Ready for email verification

📊 Table columns:
   - id (int)
   - user_id (int)
   - email (varchar(255))
   - token (varchar(255))
   - expires_at (datetime)
   - created_at (timestamp)

🔐 IMPORTANT: Delete this file after installation:
   rm install-verification-table.php