Update: 2026-07-05 23:07:55

This commit is contained in:
Hamza-Ayed
2026-07-05 23:07:55 +03:00
parent c322e92913
commit 632ff070fd
+4
View File
@@ -2083,6 +2083,10 @@ CREATE TABLE IF NOT EXISTS `social_accounts` (
`total_posts` INT DEFAULT 0,
`total_comments` INT DEFAULT 0,
`total_videos` INT DEFAULT 0,
`proxy_ip` VARCHAR(100) NULL,
`proxy_port` INT NULL,
`proxy_username` VARCHAR(100) NULL,
`proxy_password` VARCHAR(100) NULL,
`last_active` DATETIME NULL,
`created_at` DATETIME DEFAULT CURRENT_TIMESTAMP,
`updated_at` DATETIME DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP