=== 🕵️‍♂️ АНАЛИЗ СТРУКТУРЫ БД === [1] СПИСОК ТАБЛИЦ: - ad_billing_logs - ad_campaigns - ad_clicks - ad_impressions - ad_wallets - ai_tasks - blocked_users - comment_likes - comments - delivery_agreements - delivery_assignments - delivery_partners - delivery_proofs - delivery_requests - favorites - followers - follows - grand_products - hidden_notifications - likes - message_reactions - messages - moderation_trash - notification_settings - notifications - otp_queue - payment_requests - posts - products - profile_visits - reports - shops - store_reviews - stores - stories - story_likes - story_views - user_chat_presence - user_highlights - users [2] ПОИСК ТАБЛИЦ ПОДПИСОК: ✅ НАЙДЕНА ТАБЛИЦА: 'follows' Колонки: - follower_id (varchar(50)) - following_id (varchar(50)) - created_at (datetime) - is_read (tinyint(1)) Всего записей: 24 Примеры данных (последние 3): Array ( [follower_id] => user_6aa24934af11b [following_id] => user_69bb8c1ea3c3c [created_at] => 2026-09-10 06:37:51 [is_read] => 0 ) Array ( [follower_id] => user_6a38fbb30bd3b [following_id] => user_69b8ee9ba6fcf [created_at] => 2026-06-22 09:33:11 [is_read] => 0 ) Array ( [follower_id] => user_6a3272b3130c2 [following_id] => user_6952432b7d1e0 [created_at] => 2026-07-09 05:57:44 [is_read] => 1 ) ----------------------------------- ✅ НАЙДЕНА ТАБЛИЦА: 'followers' Колонки: - id (int) - user_id (varchar(50)) - follower_id (varchar(50)) - created_at (timestamp) Всего записей: 1 Примеры данных (последние 3): Array ( [id] => 1 [user_id] => user_69842e7a531ea [follower_id] => user_6952432b7d1e0 [created_at] => 2026-02-06 16:51:48 ) ----------------------------------- === КОНЕЦ АНАЛИЗА ===