📊 Creating booking_status_logs table... ✅ SUCCESS! Table 'booking_status_logs' created successfully! 📋 Table Structure: - id: Auto-increment primary key - booking_id: Reference to bookings table - old_status: Previous booking status - new_status: New booking status - changed_by: User ID who made the change - notes: Additional information about the change - created_at: Timestamp of the change 🎉 You can now confirm inspections without errors!