=== 🕵️‍♂️ АНАЛИЗ СТРУКТУРЫ БД === [1] СПИСОК ТАБЛИЦ: - ad_billing_logs - ad_campaigns - ad_wallets - blocked_users - comment_likes - comments - favorites - followers - follows - grand_products - hidden_notifications - likes - 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_highlights - users [2] ПОИСК ТАБЛИЦ ПОДПИСОК: ✅ НАЙДЕНА ТАБЛИЦА: 'follows' Колонки: - follower_id (varchar(50)) - following_id (varchar(50)) - created_at (datetime) - is_read (tinyint(1)) Всего записей: 23 Примеры данных (последние 3): Array ( [follower_id] => user_69ca7357d7e1b [following_id] => user_6952432b7d1e0 [created_at] => 2026-03-30 13:00:41 [is_read] => 1 ) Array ( [follower_id] => user_69c9e2225b94e [following_id] => user_6952432b7d1e0 [created_at] => 2026-03-30 02:39:46 [is_read] => 1 ) Array ( [follower_id] => user_69bb9faa24a86 [following_id] => user_6952432b7d1e0 [created_at] => 2026-03-19 07:10:00 [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 ) ----------------------------------- === КОНЕЦ АНАЛИЗА ===