Deprecated: Creation of dynamic property GET_SINGLE_VIDEO_ENDPOINTS::$route is deprecated in /var/www/clients/client0/web1/web/wp-content/plugins/html5-video-player-pro/rest-api/single-video.php on line 19

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY unique_follow (author_id, follower_id, language), U...' at line 20]
CREATE TABLE IF NOT EXISTS wp_author_followers ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, author_id bigint(20) unsigned NOT NULL, follower_id bigint(20) unsigned NOT NULL, follower_type varchar(20) DEFAULT 'user', push_token_hash varchar(64) DEFAULT NULL, fallback_fingerprint varchar(64) DEFAULT NULL, device_id varchar(64) DEFAULT NULL, status tinyint(1) unsigned NOT NULL DEFAULT 1, language varchar(10) NOT NULL DEFAULT 'en', notification_pref tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, follow_date datetime DEFAULT CURRENT_TIMESTAMP, unfollow_date datetime DEFAULT NULL, unsubscribe_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY unique_follow (author_id, follower_id, language), UNIQUE KEY unique_push_token_author (push_token_hash, author_id), UNIQUE KEY unique_fallback_author (fallback_fingerprint, author_id), UNIQUE KEY unique_unsubscribe_token (unsubscribe_token), KEY idx_author_status (author_id, status), KEY idx_follower_status (follower_id, status), KEY idx_language (language), KEY idx_push_token (push_token_hash), KEY idx_fallback (fallback_fingerprint), KEY idx_created (created_at), KEY idx_engagement (engagement_score), KEY idx_unsubscribe (unsubscribe_token) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_recipient (recipient_id, stat...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notification_queue ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, recipient_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', type varchar(20) NOT NULL DEFAULT 'push', channel_try tinyint(1) unsigned NOT NULL DEFAULT 0, delivery_priority tinyint(1) unsigned NOT NULL DEFAULT 0, status tinyint(1) unsigned NOT NULL DEFAULT 0, error_message text DEFAULT NULL, retry_count tinyint(1) unsigned NOT NULL DEFAULT 0, max_retries tinyint(1) unsigned NOT NULL DEFAULT 3, scheduled_at datetime DEFAULT NULL, processed_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_recipient (recipient_id, status), KEY idx_push_token (push_token_hash), KEY idx_priority (delivery_priority, status), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (us...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notifications ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) DEFAULT NULL, author varchar(255) DEFAULT NULL, thumbnail varchar(500) DEFAULT NULL, is_read tinyint(1) unsigned NOT NULL DEFAULT 0, is_important tinyint(1) unsigned NOT NULL DEFAULT 0, is_saved tinyint(1) unsigned NOT NULL DEFAULT 0, is_hidden tinyint(1) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, notification_type varchar(20) DEFAULT 'inapp', read_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (user_id, created_at), KEY idx_push_token (push_token_hash), KEY idx_created (created_at), KEY idx_important (is_important), KEY idx_saved (is_saved) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_...' at line 16]
CREATE TABLE IF NOT EXISTS wp_uafs_push_tokens ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, token text NOT NULL, token_hash varchar(64) NOT NULL, device_info varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', is_active tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, last_used timestamp NULL DEFAULT NULL, expires_at timestamp NULL DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_id, is_active), KEY idx_expires (expires_at), KEY idx_engagement (engagement_score), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (...' at line 21]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', platform varchar(20) DEFAULT 'unknown', browser varchar(20) DEFAULT 'unknown', language varchar(10) DEFAULT 'en', source varchar(30) DEFAULT 'direct', ip_hash varchar(64) DEFAULT NULL, country_code varchar(5) DEFAULT NULL, session_count int(11) unsigned DEFAULT 0, install_date datetime DEFAULT CURRENT_TIMESTAMP, last_active datetime DEFAULT CURRENT_TIMESTAMP, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (status), KEY idx_language (language), KEY idx_user (user_id), KEY idx_country (country_code), KEY idx_install_date (install_date) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY session_id (session_id), KEY idx_installation (inst...' at line 20]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_sessions ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, session_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, is_online tinyint(1) DEFAULT 0, page_url varchar(500) DEFAULT NULL, referrer varchar(500) DEFAULT NULL, user_agent text DEFAULT NULL, ip_hash varchar(64) DEFAULT NULL, start_time datetime DEFAULT CURRENT_TIMESTAMP, last_heartbeat datetime DEFAULT CURRENT_TIMESTAMP, end_time datetime DEFAULT NULL, duration int(11) unsigned DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY session_id (session_id), KEY idx_installation (installation_id), KEY idx_heartbeat (last_heartbeat), KEY idx_user (user_id), KEY idx_online (is_online, last_heartbeat) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (block...' at line 13]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_rate_limit ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, ip_hash varchar(64) NOT NULL, action varchar(30) NOT NULL, count int(11) unsigned DEFAULT 1, first_attempt datetime DEFAULT CURRENT_TIMESTAMP, last_attempt datetime DEFAULT CURRENT_TIMESTAMP, blocked_until datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (blocked_until), KEY idx_attempts (last_attempt) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_action (user_id, action_type), KEY idx_created (c...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_notification_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, notification_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, time_of_day int(11) NOT NULL, day_of_week int(11) NOT NULL, response_time int(11) DEFAULT 0, engagement_score float DEFAULT 0, device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_action (user_id, action_type), KEY idx_created (created_at), KEY idx_notification (notification_id), KEY idx_token (push_token_hash) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_language (language), KEY ...' at line 23]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_campaigns ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) NOT NULL, image_url varchar(500) DEFAULT NULL, target_keywords varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', target_type varchar(20) NOT NULL DEFAULT 'all', target_count int(11) DEFAULT 0, budget decimal(15,2) DEFAULT 0.00, spent decimal(15,2) DEFAULT 0.00, status varchar(20) DEFAULT 'pending', priority tinyint(1) DEFAULT 0, scheduled_at datetime DEFAULT NULL, started_at datetime DEFAULT NULL, ended_at datetime DEFAULT NULL, created_by bigint(20) unsigned NOT NULL DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_language (language), KEY idx_priority (priority), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 16]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_targets ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', delivered_at datetime DEFAULT NULL, clicked_at datetime DEFAULT NULL, converted_at datetime DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_status (status), KEY idx_token (push_token_hash), KEY idx_fingerprint (guest_fingerprint) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, language varchar(10) NOT NULL DEFAULT 'en', device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, time_to_action int(11) DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_action (action_type), KEY idx_created (created_at), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Invalid default value for 'expires_at']
CREATE TABLE IF NOT EXISTS wp_najibul_process_locks ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, lock_key varchar(50) NOT NULL, locked_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, expires_at timestamp NULL DEFAULT NULL PRIMARY KEY (id) , UNIQUE KEY unique_lock_key (lock_key), KEY idx_expires (expires_at), KEY idx_lock_key (lock_key) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_t...' at line 14]
CREATE TABLE IF NOT EXISTS wp_nfs_interaction_log ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) NOT NULL DEFAULT 0, notification_id bigint(20) NOT NULL DEFAULT 0, action varchar(20) NOT NULL, type varchar(50) NOT NULL, weight int(11) NOT NULL DEFAULT 0, timestamp int(11) NOT NULL, fingerprint varchar(64) DEFAULT NULL, push_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_type (type), KEY idx_timestamp (timestamp) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY unique_follow (author_id, follower_id, language), U...' at line 20]
CREATE TABLE IF NOT EXISTS wp_author_followers ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, author_id bigint(20) unsigned NOT NULL, follower_id bigint(20) unsigned NOT NULL, follower_type varchar(20) DEFAULT 'user', push_token_hash varchar(64) DEFAULT NULL, fallback_fingerprint varchar(64) DEFAULT NULL, device_id varchar(64) DEFAULT NULL, status tinyint(1) unsigned NOT NULL DEFAULT 1, language varchar(10) NOT NULL DEFAULT 'en', notification_pref tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, follow_date datetime DEFAULT CURRENT_TIMESTAMP, unfollow_date datetime DEFAULT NULL, unsubscribe_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY unique_follow (author_id, follower_id, language), UNIQUE KEY unique_push_token_author (push_token_hash, author_id), UNIQUE KEY unique_fallback_author (fallback_fingerprint, author_id), UNIQUE KEY unique_unsubscribe_token (unsubscribe_token), KEY idx_author_status (author_id, status), KEY idx_follower_status (follower_id, status), KEY idx_language (language), KEY idx_push_token (push_token_hash), KEY idx_fallback (fallback_fingerprint), KEY idx_created (created_at), KEY idx_engagement (engagement_score), KEY idx_unsubscribe (unsubscribe_token) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_recipient (recipient_id, stat...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notification_queue ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, recipient_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', type varchar(20) NOT NULL DEFAULT 'push', channel_try tinyint(1) unsigned NOT NULL DEFAULT 0, delivery_priority tinyint(1) unsigned NOT NULL DEFAULT 0, status tinyint(1) unsigned NOT NULL DEFAULT 0, error_message text DEFAULT NULL, retry_count tinyint(1) unsigned NOT NULL DEFAULT 0, max_retries tinyint(1) unsigned NOT NULL DEFAULT 3, scheduled_at datetime DEFAULT NULL, processed_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_recipient (recipient_id, status), KEY idx_push_token (push_token_hash), KEY idx_priority (delivery_priority, status), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (us...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notifications ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) DEFAULT NULL, author varchar(255) DEFAULT NULL, thumbnail varchar(500) DEFAULT NULL, is_read tinyint(1) unsigned NOT NULL DEFAULT 0, is_important tinyint(1) unsigned NOT NULL DEFAULT 0, is_saved tinyint(1) unsigned NOT NULL DEFAULT 0, is_hidden tinyint(1) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, notification_type varchar(20) DEFAULT 'inapp', read_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (user_id, created_at), KEY idx_push_token (push_token_hash), KEY idx_created (created_at), KEY idx_important (is_important), KEY idx_saved (is_saved) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_...' at line 16]
CREATE TABLE IF NOT EXISTS wp_uafs_push_tokens ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, token text NOT NULL, token_hash varchar(64) NOT NULL, device_info varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', is_active tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, last_used timestamp NULL DEFAULT NULL, expires_at timestamp NULL DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_id, is_active), KEY idx_expires (expires_at), KEY idx_engagement (engagement_score), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (...' at line 21]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', platform varchar(20) DEFAULT 'unknown', browser varchar(20) DEFAULT 'unknown', language varchar(10) DEFAULT 'en', source varchar(30) DEFAULT 'direct', ip_hash varchar(64) DEFAULT NULL, country_code varchar(5) DEFAULT NULL, session_count int(11) unsigned DEFAULT 0, install_date datetime DEFAULT CURRENT_TIMESTAMP, last_active datetime DEFAULT CURRENT_TIMESTAMP, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (status), KEY idx_language (language), KEY idx_user (user_id), KEY idx_country (country_code), KEY idx_install_date (install_date) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY session_id (session_id), KEY idx_installation (inst...' at line 20]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_sessions ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, session_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, is_online tinyint(1) DEFAULT 0, page_url varchar(500) DEFAULT NULL, referrer varchar(500) DEFAULT NULL, user_agent text DEFAULT NULL, ip_hash varchar(64) DEFAULT NULL, start_time datetime DEFAULT CURRENT_TIMESTAMP, last_heartbeat datetime DEFAULT CURRENT_TIMESTAMP, end_time datetime DEFAULT NULL, duration int(11) unsigned DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY session_id (session_id), KEY idx_installation (installation_id), KEY idx_heartbeat (last_heartbeat), KEY idx_user (user_id), KEY idx_online (is_online, last_heartbeat) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (block...' at line 13]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_rate_limit ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, ip_hash varchar(64) NOT NULL, action varchar(30) NOT NULL, count int(11) unsigned DEFAULT 1, first_attempt datetime DEFAULT CURRENT_TIMESTAMP, last_attempt datetime DEFAULT CURRENT_TIMESTAMP, blocked_until datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (blocked_until), KEY idx_attempts (last_attempt) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_action (user_id, action_type), KEY idx_created (c...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_notification_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, notification_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, time_of_day int(11) NOT NULL, day_of_week int(11) NOT NULL, response_time int(11) DEFAULT 0, engagement_score float DEFAULT 0, device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_action (user_id, action_type), KEY idx_created (created_at), KEY idx_notification (notification_id), KEY idx_token (push_token_hash) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_language (language), KEY ...' at line 23]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_campaigns ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) NOT NULL, image_url varchar(500) DEFAULT NULL, target_keywords varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', target_type varchar(20) NOT NULL DEFAULT 'all', target_count int(11) DEFAULT 0, budget decimal(15,2) DEFAULT 0.00, spent decimal(15,2) DEFAULT 0.00, status varchar(20) DEFAULT 'pending', priority tinyint(1) DEFAULT 0, scheduled_at datetime DEFAULT NULL, started_at datetime DEFAULT NULL, ended_at datetime DEFAULT NULL, created_by bigint(20) unsigned NOT NULL DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_language (language), KEY idx_priority (priority), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 16]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_targets ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', delivered_at datetime DEFAULT NULL, clicked_at datetime DEFAULT NULL, converted_at datetime DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_status (status), KEY idx_token (push_token_hash), KEY idx_fingerprint (guest_fingerprint) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, language varchar(10) NOT NULL DEFAULT 'en', device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, time_to_action int(11) DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_action (action_type), KEY idx_created (created_at), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Invalid default value for 'expires_at']
CREATE TABLE IF NOT EXISTS wp_najibul_process_locks ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, lock_key varchar(50) NOT NULL, locked_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, expires_at timestamp NULL DEFAULT NULL PRIMARY KEY (id) , UNIQUE KEY unique_lock_key (lock_key), KEY idx_expires (expires_at), KEY idx_lock_key (lock_key) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_t...' at line 14]
CREATE TABLE IF NOT EXISTS wp_nfs_interaction_log ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) NOT NULL DEFAULT 0, notification_id bigint(20) NOT NULL DEFAULT 0, action varchar(20) NOT NULL, type varchar(50) NOT NULL, weight int(11) NOT NULL DEFAULT 0, timestamp int(11) NOT NULL, fingerprint varchar(64) DEFAULT NULL, push_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_type (type), KEY idx_timestamp (timestamp) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY unique_follow (author_id, follower_id, language), U...' at line 20]
CREATE TABLE IF NOT EXISTS wp_author_followers ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, author_id bigint(20) unsigned NOT NULL, follower_id bigint(20) unsigned NOT NULL, follower_type varchar(20) DEFAULT 'user', push_token_hash varchar(64) DEFAULT NULL, fallback_fingerprint varchar(64) DEFAULT NULL, device_id varchar(64) DEFAULT NULL, status tinyint(1) unsigned NOT NULL DEFAULT 1, language varchar(10) NOT NULL DEFAULT 'en', notification_pref tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, follow_date datetime DEFAULT CURRENT_TIMESTAMP, unfollow_date datetime DEFAULT NULL, unsubscribe_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY unique_follow (author_id, follower_id, language), UNIQUE KEY unique_push_token_author (push_token_hash, author_id), UNIQUE KEY unique_fallback_author (fallback_fingerprint, author_id), UNIQUE KEY unique_unsubscribe_token (unsubscribe_token), KEY idx_author_status (author_id, status), KEY idx_follower_status (follower_id, status), KEY idx_language (language), KEY idx_push_token (push_token_hash), KEY idx_fallback (fallback_fingerprint), KEY idx_created (created_at), KEY idx_engagement (engagement_score), KEY idx_unsubscribe (unsubscribe_token) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_recipient (recipient_id, stat...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notification_queue ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, recipient_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', type varchar(20) NOT NULL DEFAULT 'push', channel_try tinyint(1) unsigned NOT NULL DEFAULT 0, delivery_priority tinyint(1) unsigned NOT NULL DEFAULT 0, status tinyint(1) unsigned NOT NULL DEFAULT 0, error_message text DEFAULT NULL, retry_count tinyint(1) unsigned NOT NULL DEFAULT 0, max_retries tinyint(1) unsigned NOT NULL DEFAULT 3, scheduled_at datetime DEFAULT NULL, processed_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_recipient (recipient_id, status), KEY idx_push_token (push_token_hash), KEY idx_priority (delivery_priority, status), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (us...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notifications ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) DEFAULT NULL, author varchar(255) DEFAULT NULL, thumbnail varchar(500) DEFAULT NULL, is_read tinyint(1) unsigned NOT NULL DEFAULT 0, is_important tinyint(1) unsigned NOT NULL DEFAULT 0, is_saved tinyint(1) unsigned NOT NULL DEFAULT 0, is_hidden tinyint(1) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, notification_type varchar(20) DEFAULT 'inapp', read_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (user_id, created_at), KEY idx_push_token (push_token_hash), KEY idx_created (created_at), KEY idx_important (is_important), KEY idx_saved (is_saved) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_...' at line 16]
CREATE TABLE IF NOT EXISTS wp_uafs_push_tokens ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, token text NOT NULL, token_hash varchar(64) NOT NULL, device_info varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', is_active tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, last_used timestamp NULL DEFAULT NULL, expires_at timestamp NULL DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_id, is_active), KEY idx_expires (expires_at), KEY idx_engagement (engagement_score), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (...' at line 21]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', platform varchar(20) DEFAULT 'unknown', browser varchar(20) DEFAULT 'unknown', language varchar(10) DEFAULT 'en', source varchar(30) DEFAULT 'direct', ip_hash varchar(64) DEFAULT NULL, country_code varchar(5) DEFAULT NULL, session_count int(11) unsigned DEFAULT 0, install_date datetime DEFAULT CURRENT_TIMESTAMP, last_active datetime DEFAULT CURRENT_TIMESTAMP, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (status), KEY idx_language (language), KEY idx_user (user_id), KEY idx_country (country_code), KEY idx_install_date (install_date) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY session_id (session_id), KEY idx_installation (inst...' at line 20]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_sessions ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, session_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, is_online tinyint(1) DEFAULT 0, page_url varchar(500) DEFAULT NULL, referrer varchar(500) DEFAULT NULL, user_agent text DEFAULT NULL, ip_hash varchar(64) DEFAULT NULL, start_time datetime DEFAULT CURRENT_TIMESTAMP, last_heartbeat datetime DEFAULT CURRENT_TIMESTAMP, end_time datetime DEFAULT NULL, duration int(11) unsigned DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY session_id (session_id), KEY idx_installation (installation_id), KEY idx_heartbeat (last_heartbeat), KEY idx_user (user_id), KEY idx_online (is_online, last_heartbeat) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (block...' at line 13]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_rate_limit ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, ip_hash varchar(64) NOT NULL, action varchar(30) NOT NULL, count int(11) unsigned DEFAULT 1, first_attempt datetime DEFAULT CURRENT_TIMESTAMP, last_attempt datetime DEFAULT CURRENT_TIMESTAMP, blocked_until datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (blocked_until), KEY idx_attempts (last_attempt) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_action (user_id, action_type), KEY idx_created (c...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_notification_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, notification_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, time_of_day int(11) NOT NULL, day_of_week int(11) NOT NULL, response_time int(11) DEFAULT 0, engagement_score float DEFAULT 0, device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_action (user_id, action_type), KEY idx_created (created_at), KEY idx_notification (notification_id), KEY idx_token (push_token_hash) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_language (language), KEY ...' at line 23]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_campaigns ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) NOT NULL, image_url varchar(500) DEFAULT NULL, target_keywords varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', target_type varchar(20) NOT NULL DEFAULT 'all', target_count int(11) DEFAULT 0, budget decimal(15,2) DEFAULT 0.00, spent decimal(15,2) DEFAULT 0.00, status varchar(20) DEFAULT 'pending', priority tinyint(1) DEFAULT 0, scheduled_at datetime DEFAULT NULL, started_at datetime DEFAULT NULL, ended_at datetime DEFAULT NULL, created_by bigint(20) unsigned NOT NULL DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_language (language), KEY idx_priority (priority), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 16]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_targets ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', delivered_at datetime DEFAULT NULL, clicked_at datetime DEFAULT NULL, converted_at datetime DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_status (status), KEY idx_token (push_token_hash), KEY idx_fingerprint (guest_fingerprint) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, language varchar(10) NOT NULL DEFAULT 'en', device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, time_to_action int(11) DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_action (action_type), KEY idx_created (created_at), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Invalid default value for 'expires_at']
CREATE TABLE IF NOT EXISTS wp_najibul_process_locks ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, lock_key varchar(50) NOT NULL, locked_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, expires_at timestamp NULL DEFAULT NULL PRIMARY KEY (id) , UNIQUE KEY unique_lock_key (lock_key), KEY idx_expires (expires_at), KEY idx_lock_key (lock_key) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_t...' at line 14]
CREATE TABLE IF NOT EXISTS wp_nfs_interaction_log ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) NOT NULL DEFAULT 0, notification_id bigint(20) NOT NULL DEFAULT 0, action varchar(20) NOT NULL, type varchar(50) NOT NULL, weight int(11) NOT NULL DEFAULT 0, timestamp int(11) NOT NULL, fingerprint varchar(64) DEFAULT NULL, push_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_type (type), KEY idx_timestamp (timestamp) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;


Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client0/web1/web/wp-includes/class-wpdb.php:1851) in /var/www/clients/client0/web1/web/wp-content/plugins/najibul-shorts/modules/player.php on line 1032

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client0/web1/web/wp-includes/class-wpdb.php:1851) in /var/www/clients/client0/web1/web/wp-content/plugins/najibul-shorts/modules/interactions.php on line 119

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client0/web1/web/wp-includes/class-wpdb.php:1851) in /var/www/clients/client0/web1/web/wp-content/plugins/najibul-shorts/modules/analytics.php on line 111

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client0/web1/web/wp-includes/class-wpdb.php:1851) in /var/www/clients/client0/web1/web/wp-content/plugins/najibul-shorts/modules/homepage.php on line 392

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client0/web1/web/wp-includes/class-wpdb.php:1851) in /var/www/clients/client0/web1/web/wp-content/plugins/najibul-shorts/modules/homepage.php on line 398

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client0/web1/web/wp-includes/class-wpdb.php:1851) in /var/www/clients/client0/web1/web/wp-content/plugins/najibul-shorts/modules/homepage.php on line 404

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client0/web1/web/wp-includes/class-wpdb.php:1851) in /var/www/clients/client0/web1/web/wp-content/plugins/najibul-shorts/ads/advertiser-ui.php on line 4273

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY unique_follow (author_id, follower_id, language), U...' at line 20]
CREATE TABLE IF NOT EXISTS wp_author_followers ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, author_id bigint(20) unsigned NOT NULL, follower_id bigint(20) unsigned NOT NULL, follower_type varchar(20) DEFAULT 'user', push_token_hash varchar(64) DEFAULT NULL, fallback_fingerprint varchar(64) DEFAULT NULL, device_id varchar(64) DEFAULT NULL, status tinyint(1) unsigned NOT NULL DEFAULT 1, language varchar(10) NOT NULL DEFAULT 'en', notification_pref tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, follow_date datetime DEFAULT CURRENT_TIMESTAMP, unfollow_date datetime DEFAULT NULL, unsubscribe_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY unique_follow (author_id, follower_id, language), UNIQUE KEY unique_push_token_author (push_token_hash, author_id), UNIQUE KEY unique_fallback_author (fallback_fingerprint, author_id), UNIQUE KEY unique_unsubscribe_token (unsubscribe_token), KEY idx_author_status (author_id, status), KEY idx_follower_status (follower_id, status), KEY idx_language (language), KEY idx_push_token (push_token_hash), KEY idx_fallback (fallback_fingerprint), KEY idx_created (created_at), KEY idx_engagement (engagement_score), KEY idx_unsubscribe (unsubscribe_token) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_recipient (recipient_id, stat...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notification_queue ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, recipient_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', type varchar(20) NOT NULL DEFAULT 'push', channel_try tinyint(1) unsigned NOT NULL DEFAULT 0, delivery_priority tinyint(1) unsigned NOT NULL DEFAULT 0, status tinyint(1) unsigned NOT NULL DEFAULT 0, error_message text DEFAULT NULL, retry_count tinyint(1) unsigned NOT NULL DEFAULT 0, max_retries tinyint(1) unsigned NOT NULL DEFAULT 3, scheduled_at datetime DEFAULT NULL, processed_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_recipient (recipient_id, status), KEY idx_push_token (push_token_hash), KEY idx_priority (delivery_priority, status), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (us...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notifications ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) DEFAULT NULL, author varchar(255) DEFAULT NULL, thumbnail varchar(500) DEFAULT NULL, is_read tinyint(1) unsigned NOT NULL DEFAULT 0, is_important tinyint(1) unsigned NOT NULL DEFAULT 0, is_saved tinyint(1) unsigned NOT NULL DEFAULT 0, is_hidden tinyint(1) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, notification_type varchar(20) DEFAULT 'inapp', read_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (user_id, created_at), KEY idx_push_token (push_token_hash), KEY idx_created (created_at), KEY idx_important (is_important), KEY idx_saved (is_saved) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_...' at line 16]
CREATE TABLE IF NOT EXISTS wp_uafs_push_tokens ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, token text NOT NULL, token_hash varchar(64) NOT NULL, device_info varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', is_active tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, last_used timestamp NULL DEFAULT NULL, expires_at timestamp NULL DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_id, is_active), KEY idx_expires (expires_at), KEY idx_engagement (engagement_score), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (...' at line 21]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', platform varchar(20) DEFAULT 'unknown', browser varchar(20) DEFAULT 'unknown', language varchar(10) DEFAULT 'en', source varchar(30) DEFAULT 'direct', ip_hash varchar(64) DEFAULT NULL, country_code varchar(5) DEFAULT NULL, session_count int(11) unsigned DEFAULT 0, install_date datetime DEFAULT CURRENT_TIMESTAMP, last_active datetime DEFAULT CURRENT_TIMESTAMP, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (status), KEY idx_language (language), KEY idx_user (user_id), KEY idx_country (country_code), KEY idx_install_date (install_date) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY session_id (session_id), KEY idx_installation (inst...' at line 20]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_sessions ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, session_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, is_online tinyint(1) DEFAULT 0, page_url varchar(500) DEFAULT NULL, referrer varchar(500) DEFAULT NULL, user_agent text DEFAULT NULL, ip_hash varchar(64) DEFAULT NULL, start_time datetime DEFAULT CURRENT_TIMESTAMP, last_heartbeat datetime DEFAULT CURRENT_TIMESTAMP, end_time datetime DEFAULT NULL, duration int(11) unsigned DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY session_id (session_id), KEY idx_installation (installation_id), KEY idx_heartbeat (last_heartbeat), KEY idx_user (user_id), KEY idx_online (is_online, last_heartbeat) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (block...' at line 13]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_rate_limit ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, ip_hash varchar(64) NOT NULL, action varchar(30) NOT NULL, count int(11) unsigned DEFAULT 1, first_attempt datetime DEFAULT CURRENT_TIMESTAMP, last_attempt datetime DEFAULT CURRENT_TIMESTAMP, blocked_until datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (blocked_until), KEY idx_attempts (last_attempt) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_action (user_id, action_type), KEY idx_created (c...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_notification_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, notification_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, time_of_day int(11) NOT NULL, day_of_week int(11) NOT NULL, response_time int(11) DEFAULT 0, engagement_score float DEFAULT 0, device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_action (user_id, action_type), KEY idx_created (created_at), KEY idx_notification (notification_id), KEY idx_token (push_token_hash) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_language (language), KEY ...' at line 23]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_campaigns ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) NOT NULL, image_url varchar(500) DEFAULT NULL, target_keywords varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', target_type varchar(20) NOT NULL DEFAULT 'all', target_count int(11) DEFAULT 0, budget decimal(15,2) DEFAULT 0.00, spent decimal(15,2) DEFAULT 0.00, status varchar(20) DEFAULT 'pending', priority tinyint(1) DEFAULT 0, scheduled_at datetime DEFAULT NULL, started_at datetime DEFAULT NULL, ended_at datetime DEFAULT NULL, created_by bigint(20) unsigned NOT NULL DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_language (language), KEY idx_priority (priority), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 16]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_targets ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', delivered_at datetime DEFAULT NULL, clicked_at datetime DEFAULT NULL, converted_at datetime DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_status (status), KEY idx_token (push_token_hash), KEY idx_fingerprint (guest_fingerprint) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, language varchar(10) NOT NULL DEFAULT 'en', device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, time_to_action int(11) DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_action (action_type), KEY idx_created (created_at), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Invalid default value for 'expires_at']
CREATE TABLE IF NOT EXISTS wp_najibul_process_locks ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, lock_key varchar(50) NOT NULL, locked_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, expires_at timestamp NULL DEFAULT NULL PRIMARY KEY (id) , UNIQUE KEY unique_lock_key (lock_key), KEY idx_expires (expires_at), KEY idx_lock_key (lock_key) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_t...' at line 14]
CREATE TABLE IF NOT EXISTS wp_nfs_interaction_log ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) NOT NULL DEFAULT 0, notification_id bigint(20) NOT NULL DEFAULT 0, action varchar(20) NOT NULL, type varchar(50) NOT NULL, weight int(11) NOT NULL DEFAULT 0, timestamp int(11) NOT NULL, fingerprint varchar(64) DEFAULT NULL, push_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_type (type), KEY idx_timestamp (timestamp) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY unique_follow (author_id, follower_id, language), U...' at line 20]
CREATE TABLE IF NOT EXISTS wp_author_followers ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, author_id bigint(20) unsigned NOT NULL, follower_id bigint(20) unsigned NOT NULL, follower_type varchar(20) DEFAULT 'user', push_token_hash varchar(64) DEFAULT NULL, fallback_fingerprint varchar(64) DEFAULT NULL, device_id varchar(64) DEFAULT NULL, status tinyint(1) unsigned NOT NULL DEFAULT 1, language varchar(10) NOT NULL DEFAULT 'en', notification_pref tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, follow_date datetime DEFAULT CURRENT_TIMESTAMP, unfollow_date datetime DEFAULT NULL, unsubscribe_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY unique_follow (author_id, follower_id, language), UNIQUE KEY unique_push_token_author (push_token_hash, author_id), UNIQUE KEY unique_fallback_author (fallback_fingerprint, author_id), UNIQUE KEY unique_unsubscribe_token (unsubscribe_token), KEY idx_author_status (author_id, status), KEY idx_follower_status (follower_id, status), KEY idx_language (language), KEY idx_push_token (push_token_hash), KEY idx_fallback (fallback_fingerprint), KEY idx_created (created_at), KEY idx_engagement (engagement_score), KEY idx_unsubscribe (unsubscribe_token) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_recipient (recipient_id, stat...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notification_queue ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, recipient_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', type varchar(20) NOT NULL DEFAULT 'push', channel_try tinyint(1) unsigned NOT NULL DEFAULT 0, delivery_priority tinyint(1) unsigned NOT NULL DEFAULT 0, status tinyint(1) unsigned NOT NULL DEFAULT 0, error_message text DEFAULT NULL, retry_count tinyint(1) unsigned NOT NULL DEFAULT 0, max_retries tinyint(1) unsigned NOT NULL DEFAULT 3, scheduled_at datetime DEFAULT NULL, processed_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_recipient (recipient_id, status), KEY idx_push_token (push_token_hash), KEY idx_priority (delivery_priority, status), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (us...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notifications ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) DEFAULT NULL, author varchar(255) DEFAULT NULL, thumbnail varchar(500) DEFAULT NULL, is_read tinyint(1) unsigned NOT NULL DEFAULT 0, is_important tinyint(1) unsigned NOT NULL DEFAULT 0, is_saved tinyint(1) unsigned NOT NULL DEFAULT 0, is_hidden tinyint(1) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, notification_type varchar(20) DEFAULT 'inapp', read_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (user_id, created_at), KEY idx_push_token (push_token_hash), KEY idx_created (created_at), KEY idx_important (is_important), KEY idx_saved (is_saved) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_...' at line 16]
CREATE TABLE IF NOT EXISTS wp_uafs_push_tokens ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, token text NOT NULL, token_hash varchar(64) NOT NULL, device_info varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', is_active tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, last_used timestamp NULL DEFAULT NULL, expires_at timestamp NULL DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_id, is_active), KEY idx_expires (expires_at), KEY idx_engagement (engagement_score), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (...' at line 21]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', platform varchar(20) DEFAULT 'unknown', browser varchar(20) DEFAULT 'unknown', language varchar(10) DEFAULT 'en', source varchar(30) DEFAULT 'direct', ip_hash varchar(64) DEFAULT NULL, country_code varchar(5) DEFAULT NULL, session_count int(11) unsigned DEFAULT 0, install_date datetime DEFAULT CURRENT_TIMESTAMP, last_active datetime DEFAULT CURRENT_TIMESTAMP, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (status), KEY idx_language (language), KEY idx_user (user_id), KEY idx_country (country_code), KEY idx_install_date (install_date) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY session_id (session_id), KEY idx_installation (inst...' at line 20]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_sessions ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, session_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, is_online tinyint(1) DEFAULT 0, page_url varchar(500) DEFAULT NULL, referrer varchar(500) DEFAULT NULL, user_agent text DEFAULT NULL, ip_hash varchar(64) DEFAULT NULL, start_time datetime DEFAULT CURRENT_TIMESTAMP, last_heartbeat datetime DEFAULT CURRENT_TIMESTAMP, end_time datetime DEFAULT NULL, duration int(11) unsigned DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY session_id (session_id), KEY idx_installation (installation_id), KEY idx_heartbeat (last_heartbeat), KEY idx_user (user_id), KEY idx_online (is_online, last_heartbeat) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (block...' at line 13]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_rate_limit ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, ip_hash varchar(64) NOT NULL, action varchar(30) NOT NULL, count int(11) unsigned DEFAULT 1, first_attempt datetime DEFAULT CURRENT_TIMESTAMP, last_attempt datetime DEFAULT CURRENT_TIMESTAMP, blocked_until datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (blocked_until), KEY idx_attempts (last_attempt) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_action (user_id, action_type), KEY idx_created (c...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_notification_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, notification_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, time_of_day int(11) NOT NULL, day_of_week int(11) NOT NULL, response_time int(11) DEFAULT 0, engagement_score float DEFAULT 0, device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_action (user_id, action_type), KEY idx_created (created_at), KEY idx_notification (notification_id), KEY idx_token (push_token_hash) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_language (language), KEY ...' at line 23]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_campaigns ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) NOT NULL, image_url varchar(500) DEFAULT NULL, target_keywords varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', target_type varchar(20) NOT NULL DEFAULT 'all', target_count int(11) DEFAULT 0, budget decimal(15,2) DEFAULT 0.00, spent decimal(15,2) DEFAULT 0.00, status varchar(20) DEFAULT 'pending', priority tinyint(1) DEFAULT 0, scheduled_at datetime DEFAULT NULL, started_at datetime DEFAULT NULL, ended_at datetime DEFAULT NULL, created_by bigint(20) unsigned NOT NULL DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_language (language), KEY idx_priority (priority), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 16]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_targets ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', delivered_at datetime DEFAULT NULL, clicked_at datetime DEFAULT NULL, converted_at datetime DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_status (status), KEY idx_token (push_token_hash), KEY idx_fingerprint (guest_fingerprint) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, language varchar(10) NOT NULL DEFAULT 'en', device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, time_to_action int(11) DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_action (action_type), KEY idx_created (created_at), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Invalid default value for 'expires_at']
CREATE TABLE IF NOT EXISTS wp_najibul_process_locks ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, lock_key varchar(50) NOT NULL, locked_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, expires_at timestamp NULL DEFAULT NULL PRIMARY KEY (id) , UNIQUE KEY unique_lock_key (lock_key), KEY idx_expires (expires_at), KEY idx_lock_key (lock_key) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_t...' at line 14]
CREATE TABLE IF NOT EXISTS wp_nfs_interaction_log ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) NOT NULL DEFAULT 0, notification_id bigint(20) NOT NULL DEFAULT 0, action varchar(20) NOT NULL, type varchar(50) NOT NULL, weight int(11) NOT NULL DEFAULT 0, timestamp int(11) NOT NULL, fingerprint varchar(64) DEFAULT NULL, push_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_type (type), KEY idx_timestamp (timestamp) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY unique_follow (author_id, follower_id, language), U...' at line 20]
CREATE TABLE IF NOT EXISTS wp_author_followers ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, author_id bigint(20) unsigned NOT NULL, follower_id bigint(20) unsigned NOT NULL, follower_type varchar(20) DEFAULT 'user', push_token_hash varchar(64) DEFAULT NULL, fallback_fingerprint varchar(64) DEFAULT NULL, device_id varchar(64) DEFAULT NULL, status tinyint(1) unsigned NOT NULL DEFAULT 1, language varchar(10) NOT NULL DEFAULT 'en', notification_pref tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, follow_date datetime DEFAULT CURRENT_TIMESTAMP, unfollow_date datetime DEFAULT NULL, unsubscribe_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY unique_follow (author_id, follower_id, language), UNIQUE KEY unique_push_token_author (push_token_hash, author_id), UNIQUE KEY unique_fallback_author (fallback_fingerprint, author_id), UNIQUE KEY unique_unsubscribe_token (unsubscribe_token), KEY idx_author_status (author_id, status), KEY idx_follower_status (follower_id, status), KEY idx_language (language), KEY idx_push_token (push_token_hash), KEY idx_fallback (fallback_fingerprint), KEY idx_created (created_at), KEY idx_engagement (engagement_score), KEY idx_unsubscribe (unsubscribe_token) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_recipient (recipient_id, stat...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notification_queue ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, recipient_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', type varchar(20) NOT NULL DEFAULT 'push', channel_try tinyint(1) unsigned NOT NULL DEFAULT 0, delivery_priority tinyint(1) unsigned NOT NULL DEFAULT 0, status tinyint(1) unsigned NOT NULL DEFAULT 0, error_message text DEFAULT NULL, retry_count tinyint(1) unsigned NOT NULL DEFAULT 0, max_retries tinyint(1) unsigned NOT NULL DEFAULT 3, scheduled_at datetime DEFAULT NULL, processed_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_recipient (recipient_id, status), KEY idx_push_token (push_token_hash), KEY idx_priority (delivery_priority, status), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (us...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notifications ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) DEFAULT NULL, author varchar(255) DEFAULT NULL, thumbnail varchar(500) DEFAULT NULL, is_read tinyint(1) unsigned NOT NULL DEFAULT 0, is_important tinyint(1) unsigned NOT NULL DEFAULT 0, is_saved tinyint(1) unsigned NOT NULL DEFAULT 0, is_hidden tinyint(1) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, notification_type varchar(20) DEFAULT 'inapp', read_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (user_id, created_at), KEY idx_push_token (push_token_hash), KEY idx_created (created_at), KEY idx_important (is_important), KEY idx_saved (is_saved) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_...' at line 16]
CREATE TABLE IF NOT EXISTS wp_uafs_push_tokens ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, token text NOT NULL, token_hash varchar(64) NOT NULL, device_info varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', is_active tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, last_used timestamp NULL DEFAULT NULL, expires_at timestamp NULL DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_id, is_active), KEY idx_expires (expires_at), KEY idx_engagement (engagement_score), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (...' at line 21]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', platform varchar(20) DEFAULT 'unknown', browser varchar(20) DEFAULT 'unknown', language varchar(10) DEFAULT 'en', source varchar(30) DEFAULT 'direct', ip_hash varchar(64) DEFAULT NULL, country_code varchar(5) DEFAULT NULL, session_count int(11) unsigned DEFAULT 0, install_date datetime DEFAULT CURRENT_TIMESTAMP, last_active datetime DEFAULT CURRENT_TIMESTAMP, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (status), KEY idx_language (language), KEY idx_user (user_id), KEY idx_country (country_code), KEY idx_install_date (install_date) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY session_id (session_id), KEY idx_installation (inst...' at line 20]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_sessions ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, session_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, is_online tinyint(1) DEFAULT 0, page_url varchar(500) DEFAULT NULL, referrer varchar(500) DEFAULT NULL, user_agent text DEFAULT NULL, ip_hash varchar(64) DEFAULT NULL, start_time datetime DEFAULT CURRENT_TIMESTAMP, last_heartbeat datetime DEFAULT CURRENT_TIMESTAMP, end_time datetime DEFAULT NULL, duration int(11) unsigned DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY session_id (session_id), KEY idx_installation (installation_id), KEY idx_heartbeat (last_heartbeat), KEY idx_user (user_id), KEY idx_online (is_online, last_heartbeat) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (block...' at line 13]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_rate_limit ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, ip_hash varchar(64) NOT NULL, action varchar(30) NOT NULL, count int(11) unsigned DEFAULT 1, first_attempt datetime DEFAULT CURRENT_TIMESTAMP, last_attempt datetime DEFAULT CURRENT_TIMESTAMP, blocked_until datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (blocked_until), KEY idx_attempts (last_attempt) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_action (user_id, action_type), KEY idx_created (c...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_notification_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, notification_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, time_of_day int(11) NOT NULL, day_of_week int(11) NOT NULL, response_time int(11) DEFAULT 0, engagement_score float DEFAULT 0, device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_action (user_id, action_type), KEY idx_created (created_at), KEY idx_notification (notification_id), KEY idx_token (push_token_hash) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_language (language), KEY ...' at line 23]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_campaigns ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) NOT NULL, image_url varchar(500) DEFAULT NULL, target_keywords varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', target_type varchar(20) NOT NULL DEFAULT 'all', target_count int(11) DEFAULT 0, budget decimal(15,2) DEFAULT 0.00, spent decimal(15,2) DEFAULT 0.00, status varchar(20) DEFAULT 'pending', priority tinyint(1) DEFAULT 0, scheduled_at datetime DEFAULT NULL, started_at datetime DEFAULT NULL, ended_at datetime DEFAULT NULL, created_by bigint(20) unsigned NOT NULL DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_language (language), KEY idx_priority (priority), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 16]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_targets ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', delivered_at datetime DEFAULT NULL, clicked_at datetime DEFAULT NULL, converted_at datetime DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_status (status), KEY idx_token (push_token_hash), KEY idx_fingerprint (guest_fingerprint) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, language varchar(10) NOT NULL DEFAULT 'en', device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, time_to_action int(11) DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_action (action_type), KEY idx_created (created_at), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Invalid default value for 'expires_at']
CREATE TABLE IF NOT EXISTS wp_najibul_process_locks ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, lock_key varchar(50) NOT NULL, locked_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, expires_at timestamp NULL DEFAULT NULL PRIMARY KEY (id) , UNIQUE KEY unique_lock_key (lock_key), KEY idx_expires (expires_at), KEY idx_lock_key (lock_key) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_t...' at line 14]
CREATE TABLE IF NOT EXISTS wp_nfs_interaction_log ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) NOT NULL DEFAULT 0, notification_id bigint(20) NOT NULL DEFAULT 0, action varchar(20) NOT NULL, type varchar(50) NOT NULL, weight int(11) NOT NULL DEFAULT 0, timestamp int(11) NOT NULL, fingerprint varchar(64) DEFAULT NULL, push_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_type (type), KEY idx_timestamp (timestamp) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY unique_follow (author_id, follower_id, language), U...' at line 20]
CREATE TABLE IF NOT EXISTS wp_author_followers ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, author_id bigint(20) unsigned NOT NULL, follower_id bigint(20) unsigned NOT NULL, follower_type varchar(20) DEFAULT 'user', push_token_hash varchar(64) DEFAULT NULL, fallback_fingerprint varchar(64) DEFAULT NULL, device_id varchar(64) DEFAULT NULL, status tinyint(1) unsigned NOT NULL DEFAULT 1, language varchar(10) NOT NULL DEFAULT 'en', notification_pref tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, follow_date datetime DEFAULT CURRENT_TIMESTAMP, unfollow_date datetime DEFAULT NULL, unsubscribe_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY unique_follow (author_id, follower_id, language), UNIQUE KEY unique_push_token_author (push_token_hash, author_id), UNIQUE KEY unique_fallback_author (fallback_fingerprint, author_id), UNIQUE KEY unique_unsubscribe_token (unsubscribe_token), KEY idx_author_status (author_id, status), KEY idx_follower_status (follower_id, status), KEY idx_language (language), KEY idx_push_token (push_token_hash), KEY idx_fallback (fallback_fingerprint), KEY idx_created (created_at), KEY idx_engagement (engagement_score), KEY idx_unsubscribe (unsubscribe_token) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_recipient (recipient_id, stat...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notification_queue ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, recipient_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', type varchar(20) NOT NULL DEFAULT 'push', channel_try tinyint(1) unsigned NOT NULL DEFAULT 0, delivery_priority tinyint(1) unsigned NOT NULL DEFAULT 0, status tinyint(1) unsigned NOT NULL DEFAULT 0, error_message text DEFAULT NULL, retry_count tinyint(1) unsigned NOT NULL DEFAULT 0, max_retries tinyint(1) unsigned NOT NULL DEFAULT 3, scheduled_at datetime DEFAULT NULL, processed_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_recipient (recipient_id, status), KEY idx_push_token (push_token_hash), KEY idx_priority (delivery_priority, status), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (us...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notifications ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) DEFAULT NULL, author varchar(255) DEFAULT NULL, thumbnail varchar(500) DEFAULT NULL, is_read tinyint(1) unsigned NOT NULL DEFAULT 0, is_important tinyint(1) unsigned NOT NULL DEFAULT 0, is_saved tinyint(1) unsigned NOT NULL DEFAULT 0, is_hidden tinyint(1) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, notification_type varchar(20) DEFAULT 'inapp', read_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (user_id, created_at), KEY idx_push_token (push_token_hash), KEY idx_created (created_at), KEY idx_important (is_important), KEY idx_saved (is_saved) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_...' at line 16]
CREATE TABLE IF NOT EXISTS wp_uafs_push_tokens ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, token text NOT NULL, token_hash varchar(64) NOT NULL, device_info varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', is_active tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, last_used timestamp NULL DEFAULT NULL, expires_at timestamp NULL DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_id, is_active), KEY idx_expires (expires_at), KEY idx_engagement (engagement_score), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (...' at line 21]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', platform varchar(20) DEFAULT 'unknown', browser varchar(20) DEFAULT 'unknown', language varchar(10) DEFAULT 'en', source varchar(30) DEFAULT 'direct', ip_hash varchar(64) DEFAULT NULL, country_code varchar(5) DEFAULT NULL, session_count int(11) unsigned DEFAULT 0, install_date datetime DEFAULT CURRENT_TIMESTAMP, last_active datetime DEFAULT CURRENT_TIMESTAMP, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (status), KEY idx_language (language), KEY idx_user (user_id), KEY idx_country (country_code), KEY idx_install_date (install_date) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY session_id (session_id), KEY idx_installation (inst...' at line 20]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_sessions ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, session_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, is_online tinyint(1) DEFAULT 0, page_url varchar(500) DEFAULT NULL, referrer varchar(500) DEFAULT NULL, user_agent text DEFAULT NULL, ip_hash varchar(64) DEFAULT NULL, start_time datetime DEFAULT CURRENT_TIMESTAMP, last_heartbeat datetime DEFAULT CURRENT_TIMESTAMP, end_time datetime DEFAULT NULL, duration int(11) unsigned DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY session_id (session_id), KEY idx_installation (installation_id), KEY idx_heartbeat (last_heartbeat), KEY idx_user (user_id), KEY idx_online (is_online, last_heartbeat) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (block...' at line 13]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_rate_limit ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, ip_hash varchar(64) NOT NULL, action varchar(30) NOT NULL, count int(11) unsigned DEFAULT 1, first_attempt datetime DEFAULT CURRENT_TIMESTAMP, last_attempt datetime DEFAULT CURRENT_TIMESTAMP, blocked_until datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (blocked_until), KEY idx_attempts (last_attempt) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_action (user_id, action_type), KEY idx_created (c...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_notification_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, notification_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, time_of_day int(11) NOT NULL, day_of_week int(11) NOT NULL, response_time int(11) DEFAULT 0, engagement_score float DEFAULT 0, device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_action (user_id, action_type), KEY idx_created (created_at), KEY idx_notification (notification_id), KEY idx_token (push_token_hash) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_language (language), KEY ...' at line 23]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_campaigns ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) NOT NULL, image_url varchar(500) DEFAULT NULL, target_keywords varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', target_type varchar(20) NOT NULL DEFAULT 'all', target_count int(11) DEFAULT 0, budget decimal(15,2) DEFAULT 0.00, spent decimal(15,2) DEFAULT 0.00, status varchar(20) DEFAULT 'pending', priority tinyint(1) DEFAULT 0, scheduled_at datetime DEFAULT NULL, started_at datetime DEFAULT NULL, ended_at datetime DEFAULT NULL, created_by bigint(20) unsigned NOT NULL DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_language (language), KEY idx_priority (priority), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 16]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_targets ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', delivered_at datetime DEFAULT NULL, clicked_at datetime DEFAULT NULL, converted_at datetime DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_status (status), KEY idx_token (push_token_hash), KEY idx_fingerprint (guest_fingerprint) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, language varchar(10) NOT NULL DEFAULT 'en', device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, time_to_action int(11) DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_action (action_type), KEY idx_created (created_at), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Invalid default value for 'expires_at']
CREATE TABLE IF NOT EXISTS wp_najibul_process_locks ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, lock_key varchar(50) NOT NULL, locked_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, expires_at timestamp NULL DEFAULT NULL PRIMARY KEY (id) , UNIQUE KEY unique_lock_key (lock_key), KEY idx_expires (expires_at), KEY idx_lock_key (lock_key) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_t...' at line 14]
CREATE TABLE IF NOT EXISTS wp_nfs_interaction_log ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) NOT NULL DEFAULT 0, notification_id bigint(20) NOT NULL DEFAULT 0, action varchar(20) NOT NULL, type varchar(50) NOT NULL, weight int(11) NOT NULL DEFAULT 0, timestamp int(11) NOT NULL, fingerprint varchar(64) DEFAULT NULL, push_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_type (type), KEY idx_timestamp (timestamp) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY unique_follow (author_id, follower_id, language), U...' at line 20]
CREATE TABLE IF NOT EXISTS wp_author_followers ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, author_id bigint(20) unsigned NOT NULL, follower_id bigint(20) unsigned NOT NULL, follower_type varchar(20) DEFAULT 'user', push_token_hash varchar(64) DEFAULT NULL, fallback_fingerprint varchar(64) DEFAULT NULL, device_id varchar(64) DEFAULT NULL, status tinyint(1) unsigned NOT NULL DEFAULT 1, language varchar(10) NOT NULL DEFAULT 'en', notification_pref tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, follow_date datetime DEFAULT CURRENT_TIMESTAMP, unfollow_date datetime DEFAULT NULL, unsubscribe_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY unique_follow (author_id, follower_id, language), UNIQUE KEY unique_push_token_author (push_token_hash, author_id), UNIQUE KEY unique_fallback_author (fallback_fingerprint, author_id), UNIQUE KEY unique_unsubscribe_token (unsubscribe_token), KEY idx_author_status (author_id, status), KEY idx_follower_status (follower_id, status), KEY idx_language (language), KEY idx_push_token (push_token_hash), KEY idx_fallback (fallback_fingerprint), KEY idx_created (created_at), KEY idx_engagement (engagement_score), KEY idx_unsubscribe (unsubscribe_token) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_recipient (recipient_id, stat...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notification_queue ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, recipient_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', type varchar(20) NOT NULL DEFAULT 'push', channel_try tinyint(1) unsigned NOT NULL DEFAULT 0, delivery_priority tinyint(1) unsigned NOT NULL DEFAULT 0, status tinyint(1) unsigned NOT NULL DEFAULT 0, error_message text DEFAULT NULL, retry_count tinyint(1) unsigned NOT NULL DEFAULT 0, max_retries tinyint(1) unsigned NOT NULL DEFAULT 3, scheduled_at datetime DEFAULT NULL, processed_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_recipient (recipient_id, status), KEY idx_push_token (push_token_hash), KEY idx_priority (delivery_priority, status), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (us...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notifications ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) DEFAULT NULL, author varchar(255) DEFAULT NULL, thumbnail varchar(500) DEFAULT NULL, is_read tinyint(1) unsigned NOT NULL DEFAULT 0, is_important tinyint(1) unsigned NOT NULL DEFAULT 0, is_saved tinyint(1) unsigned NOT NULL DEFAULT 0, is_hidden tinyint(1) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, notification_type varchar(20) DEFAULT 'inapp', read_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (user_id, created_at), KEY idx_push_token (push_token_hash), KEY idx_created (created_at), KEY idx_important (is_important), KEY idx_saved (is_saved) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_...' at line 16]
CREATE TABLE IF NOT EXISTS wp_uafs_push_tokens ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, token text NOT NULL, token_hash varchar(64) NOT NULL, device_info varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', is_active tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, last_used timestamp NULL DEFAULT NULL, expires_at timestamp NULL DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_id, is_active), KEY idx_expires (expires_at), KEY idx_engagement (engagement_score), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (...' at line 21]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', platform varchar(20) DEFAULT 'unknown', browser varchar(20) DEFAULT 'unknown', language varchar(10) DEFAULT 'en', source varchar(30) DEFAULT 'direct', ip_hash varchar(64) DEFAULT NULL, country_code varchar(5) DEFAULT NULL, session_count int(11) unsigned DEFAULT 0, install_date datetime DEFAULT CURRENT_TIMESTAMP, last_active datetime DEFAULT CURRENT_TIMESTAMP, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (status), KEY idx_language (language), KEY idx_user (user_id), KEY idx_country (country_code), KEY idx_install_date (install_date) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY session_id (session_id), KEY idx_installation (inst...' at line 20]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_sessions ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, session_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, is_online tinyint(1) DEFAULT 0, page_url varchar(500) DEFAULT NULL, referrer varchar(500) DEFAULT NULL, user_agent text DEFAULT NULL, ip_hash varchar(64) DEFAULT NULL, start_time datetime DEFAULT CURRENT_TIMESTAMP, last_heartbeat datetime DEFAULT CURRENT_TIMESTAMP, end_time datetime DEFAULT NULL, duration int(11) unsigned DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY session_id (session_id), KEY idx_installation (installation_id), KEY idx_heartbeat (last_heartbeat), KEY idx_user (user_id), KEY idx_online (is_online, last_heartbeat) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (block...' at line 13]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_rate_limit ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, ip_hash varchar(64) NOT NULL, action varchar(30) NOT NULL, count int(11) unsigned DEFAULT 1, first_attempt datetime DEFAULT CURRENT_TIMESTAMP, last_attempt datetime DEFAULT CURRENT_TIMESTAMP, blocked_until datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (blocked_until), KEY idx_attempts (last_attempt) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_action (user_id, action_type), KEY idx_created (c...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_notification_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, notification_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, time_of_day int(11) NOT NULL, day_of_week int(11) NOT NULL, response_time int(11) DEFAULT 0, engagement_score float DEFAULT 0, device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_action (user_id, action_type), KEY idx_created (created_at), KEY idx_notification (notification_id), KEY idx_token (push_token_hash) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_language (language), KEY ...' at line 23]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_campaigns ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) NOT NULL, image_url varchar(500) DEFAULT NULL, target_keywords varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', target_type varchar(20) NOT NULL DEFAULT 'all', target_count int(11) DEFAULT 0, budget decimal(15,2) DEFAULT 0.00, spent decimal(15,2) DEFAULT 0.00, status varchar(20) DEFAULT 'pending', priority tinyint(1) DEFAULT 0, scheduled_at datetime DEFAULT NULL, started_at datetime DEFAULT NULL, ended_at datetime DEFAULT NULL, created_by bigint(20) unsigned NOT NULL DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_language (language), KEY idx_priority (priority), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 16]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_targets ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', delivered_at datetime DEFAULT NULL, clicked_at datetime DEFAULT NULL, converted_at datetime DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_status (status), KEY idx_token (push_token_hash), KEY idx_fingerprint (guest_fingerprint) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, language varchar(10) NOT NULL DEFAULT 'en', device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, time_to_action int(11) DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_action (action_type), KEY idx_created (created_at), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Invalid default value for 'expires_at']
CREATE TABLE IF NOT EXISTS wp_najibul_process_locks ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, lock_key varchar(50) NOT NULL, locked_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, expires_at timestamp NULL DEFAULT NULL PRIMARY KEY (id) , UNIQUE KEY unique_lock_key (lock_key), KEY idx_expires (expires_at), KEY idx_lock_key (lock_key) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_t...' at line 14]
CREATE TABLE IF NOT EXISTS wp_nfs_interaction_log ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) NOT NULL DEFAULT 0, notification_id bigint(20) NOT NULL DEFAULT 0, action varchar(20) NOT NULL, type varchar(50) NOT NULL, weight int(11) NOT NULL DEFAULT 0, timestamp int(11) NOT NULL, fingerprint varchar(64) DEFAULT NULL, push_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_type (type), KEY idx_timestamp (timestamp) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY unique_follow (author_id, follower_id, language), U...' at line 20]
CREATE TABLE IF NOT EXISTS wp_author_followers ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, author_id bigint(20) unsigned NOT NULL, follower_id bigint(20) unsigned NOT NULL, follower_type varchar(20) DEFAULT 'user', push_token_hash varchar(64) DEFAULT NULL, fallback_fingerprint varchar(64) DEFAULT NULL, device_id varchar(64) DEFAULT NULL, status tinyint(1) unsigned NOT NULL DEFAULT 1, language varchar(10) NOT NULL DEFAULT 'en', notification_pref tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, follow_date datetime DEFAULT CURRENT_TIMESTAMP, unfollow_date datetime DEFAULT NULL, unsubscribe_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY unique_follow (author_id, follower_id, language), UNIQUE KEY unique_push_token_author (push_token_hash, author_id), UNIQUE KEY unique_fallback_author (fallback_fingerprint, author_id), UNIQUE KEY unique_unsubscribe_token (unsubscribe_token), KEY idx_author_status (author_id, status), KEY idx_follower_status (follower_id, status), KEY idx_language (language), KEY idx_push_token (push_token_hash), KEY idx_fallback (fallback_fingerprint), KEY idx_created (created_at), KEY idx_engagement (engagement_score), KEY idx_unsubscribe (unsubscribe_token) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_recipient (recipient_id, stat...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notification_queue ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, recipient_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', type varchar(20) NOT NULL DEFAULT 'push', channel_try tinyint(1) unsigned NOT NULL DEFAULT 0, delivery_priority tinyint(1) unsigned NOT NULL DEFAULT 0, status tinyint(1) unsigned NOT NULL DEFAULT 0, error_message text DEFAULT NULL, retry_count tinyint(1) unsigned NOT NULL DEFAULT 0, max_retries tinyint(1) unsigned NOT NULL DEFAULT 3, scheduled_at datetime DEFAULT NULL, processed_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_recipient (recipient_id, status), KEY idx_push_token (push_token_hash), KEY idx_priority (delivery_priority, status), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (us...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notifications ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) DEFAULT NULL, author varchar(255) DEFAULT NULL, thumbnail varchar(500) DEFAULT NULL, is_read tinyint(1) unsigned NOT NULL DEFAULT 0, is_important tinyint(1) unsigned NOT NULL DEFAULT 0, is_saved tinyint(1) unsigned NOT NULL DEFAULT 0, is_hidden tinyint(1) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, notification_type varchar(20) DEFAULT 'inapp', read_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (user_id, created_at), KEY idx_push_token (push_token_hash), KEY idx_created (created_at), KEY idx_important (is_important), KEY idx_saved (is_saved) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_...' at line 16]
CREATE TABLE IF NOT EXISTS wp_uafs_push_tokens ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, token text NOT NULL, token_hash varchar(64) NOT NULL, device_info varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', is_active tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, last_used timestamp NULL DEFAULT NULL, expires_at timestamp NULL DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_id, is_active), KEY idx_expires (expires_at), KEY idx_engagement (engagement_score), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (...' at line 21]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', platform varchar(20) DEFAULT 'unknown', browser varchar(20) DEFAULT 'unknown', language varchar(10) DEFAULT 'en', source varchar(30) DEFAULT 'direct', ip_hash varchar(64) DEFAULT NULL, country_code varchar(5) DEFAULT NULL, session_count int(11) unsigned DEFAULT 0, install_date datetime DEFAULT CURRENT_TIMESTAMP, last_active datetime DEFAULT CURRENT_TIMESTAMP, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (status), KEY idx_language (language), KEY idx_user (user_id), KEY idx_country (country_code), KEY idx_install_date (install_date) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY session_id (session_id), KEY idx_installation (inst...' at line 20]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_sessions ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, session_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, is_online tinyint(1) DEFAULT 0, page_url varchar(500) DEFAULT NULL, referrer varchar(500) DEFAULT NULL, user_agent text DEFAULT NULL, ip_hash varchar(64) DEFAULT NULL, start_time datetime DEFAULT CURRENT_TIMESTAMP, last_heartbeat datetime DEFAULT CURRENT_TIMESTAMP, end_time datetime DEFAULT NULL, duration int(11) unsigned DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY session_id (session_id), KEY idx_installation (installation_id), KEY idx_heartbeat (last_heartbeat), KEY idx_user (user_id), KEY idx_online (is_online, last_heartbeat) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (block...' at line 13]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_rate_limit ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, ip_hash varchar(64) NOT NULL, action varchar(30) NOT NULL, count int(11) unsigned DEFAULT 1, first_attempt datetime DEFAULT CURRENT_TIMESTAMP, last_attempt datetime DEFAULT CURRENT_TIMESTAMP, blocked_until datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (blocked_until), KEY idx_attempts (last_attempt) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_action (user_id, action_type), KEY idx_created (c...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_notification_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, notification_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, time_of_day int(11) NOT NULL, day_of_week int(11) NOT NULL, response_time int(11) DEFAULT 0, engagement_score float DEFAULT 0, device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_action (user_id, action_type), KEY idx_created (created_at), KEY idx_notification (notification_id), KEY idx_token (push_token_hash) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_language (language), KEY ...' at line 23]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_campaigns ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) NOT NULL, image_url varchar(500) DEFAULT NULL, target_keywords varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', target_type varchar(20) NOT NULL DEFAULT 'all', target_count int(11) DEFAULT 0, budget decimal(15,2) DEFAULT 0.00, spent decimal(15,2) DEFAULT 0.00, status varchar(20) DEFAULT 'pending', priority tinyint(1) DEFAULT 0, scheduled_at datetime DEFAULT NULL, started_at datetime DEFAULT NULL, ended_at datetime DEFAULT NULL, created_by bigint(20) unsigned NOT NULL DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_language (language), KEY idx_priority (priority), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 16]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_targets ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', delivered_at datetime DEFAULT NULL, clicked_at datetime DEFAULT NULL, converted_at datetime DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_status (status), KEY idx_token (push_token_hash), KEY idx_fingerprint (guest_fingerprint) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, language varchar(10) NOT NULL DEFAULT 'en', device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, time_to_action int(11) DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_action (action_type), KEY idx_created (created_at), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Invalid default value for 'expires_at']
CREATE TABLE IF NOT EXISTS wp_najibul_process_locks ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, lock_key varchar(50) NOT NULL, locked_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, expires_at timestamp NULL DEFAULT NULL PRIMARY KEY (id) , UNIQUE KEY unique_lock_key (lock_key), KEY idx_expires (expires_at), KEY idx_lock_key (lock_key) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_t...' at line 14]
CREATE TABLE IF NOT EXISTS wp_nfs_interaction_log ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) NOT NULL DEFAULT 0, notification_id bigint(20) NOT NULL DEFAULT 0, action varchar(20) NOT NULL, type varchar(50) NOT NULL, weight int(11) NOT NULL DEFAULT 0, timestamp int(11) NOT NULL, fingerprint varchar(64) DEFAULT NULL, push_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_type (type), KEY idx_timestamp (timestamp) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;


Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client0/web1/web/wp-includes/class-wpdb.php:1851) in /var/www/clients/client0/web1/web/wp-content/plugins/najibul-follow-system/own-notifications-bell-icon.php on line 342

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY unique_follow (author_id, follower_id, language), U...' at line 20]
CREATE TABLE IF NOT EXISTS wp_author_followers ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, author_id bigint(20) unsigned NOT NULL, follower_id bigint(20) unsigned NOT NULL, follower_type varchar(20) DEFAULT 'user', push_token_hash varchar(64) DEFAULT NULL, fallback_fingerprint varchar(64) DEFAULT NULL, device_id varchar(64) DEFAULT NULL, status tinyint(1) unsigned NOT NULL DEFAULT 1, language varchar(10) NOT NULL DEFAULT 'en', notification_pref tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, follow_date datetime DEFAULT CURRENT_TIMESTAMP, unfollow_date datetime DEFAULT NULL, unsubscribe_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY unique_follow (author_id, follower_id, language), UNIQUE KEY unique_push_token_author (push_token_hash, author_id), UNIQUE KEY unique_fallback_author (fallback_fingerprint, author_id), UNIQUE KEY unique_unsubscribe_token (unsubscribe_token), KEY idx_author_status (author_id, status), KEY idx_follower_status (follower_id, status), KEY idx_language (language), KEY idx_push_token (push_token_hash), KEY idx_fallback (fallback_fingerprint), KEY idx_created (created_at), KEY idx_engagement (engagement_score), KEY idx_unsubscribe (unsubscribe_token) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_recipient (recipient_id, stat...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notification_queue ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, recipient_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', type varchar(20) NOT NULL DEFAULT 'push', channel_try tinyint(1) unsigned NOT NULL DEFAULT 0, delivery_priority tinyint(1) unsigned NOT NULL DEFAULT 0, status tinyint(1) unsigned NOT NULL DEFAULT 0, error_message text DEFAULT NULL, retry_count tinyint(1) unsigned NOT NULL DEFAULT 0, max_retries tinyint(1) unsigned NOT NULL DEFAULT 3, scheduled_at datetime DEFAULT NULL, processed_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_recipient (recipient_id, status), KEY idx_push_token (push_token_hash), KEY idx_priority (delivery_priority, status), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (us...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notifications ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) DEFAULT NULL, author varchar(255) DEFAULT NULL, thumbnail varchar(500) DEFAULT NULL, is_read tinyint(1) unsigned NOT NULL DEFAULT 0, is_important tinyint(1) unsigned NOT NULL DEFAULT 0, is_saved tinyint(1) unsigned NOT NULL DEFAULT 0, is_hidden tinyint(1) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, notification_type varchar(20) DEFAULT 'inapp', read_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (user_id, created_at), KEY idx_push_token (push_token_hash), KEY idx_created (created_at), KEY idx_important (is_important), KEY idx_saved (is_saved) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_...' at line 16]
CREATE TABLE IF NOT EXISTS wp_uafs_push_tokens ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, token text NOT NULL, token_hash varchar(64) NOT NULL, device_info varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', is_active tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, last_used timestamp NULL DEFAULT NULL, expires_at timestamp NULL DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_id, is_active), KEY idx_expires (expires_at), KEY idx_engagement (engagement_score), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (...' at line 21]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', platform varchar(20) DEFAULT 'unknown', browser varchar(20) DEFAULT 'unknown', language varchar(10) DEFAULT 'en', source varchar(30) DEFAULT 'direct', ip_hash varchar(64) DEFAULT NULL, country_code varchar(5) DEFAULT NULL, session_count int(11) unsigned DEFAULT 0, install_date datetime DEFAULT CURRENT_TIMESTAMP, last_active datetime DEFAULT CURRENT_TIMESTAMP, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (status), KEY idx_language (language), KEY idx_user (user_id), KEY idx_country (country_code), KEY idx_install_date (install_date) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY session_id (session_id), KEY idx_installation (inst...' at line 20]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_sessions ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, session_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, is_online tinyint(1) DEFAULT 0, page_url varchar(500) DEFAULT NULL, referrer varchar(500) DEFAULT NULL, user_agent text DEFAULT NULL, ip_hash varchar(64) DEFAULT NULL, start_time datetime DEFAULT CURRENT_TIMESTAMP, last_heartbeat datetime DEFAULT CURRENT_TIMESTAMP, end_time datetime DEFAULT NULL, duration int(11) unsigned DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY session_id (session_id), KEY idx_installation (installation_id), KEY idx_heartbeat (last_heartbeat), KEY idx_user (user_id), KEY idx_online (is_online, last_heartbeat) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (block...' at line 13]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_rate_limit ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, ip_hash varchar(64) NOT NULL, action varchar(30) NOT NULL, count int(11) unsigned DEFAULT 1, first_attempt datetime DEFAULT CURRENT_TIMESTAMP, last_attempt datetime DEFAULT CURRENT_TIMESTAMP, blocked_until datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (blocked_until), KEY idx_attempts (last_attempt) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_action (user_id, action_type), KEY idx_created (c...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_notification_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, notification_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, time_of_day int(11) NOT NULL, day_of_week int(11) NOT NULL, response_time int(11) DEFAULT 0, engagement_score float DEFAULT 0, device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_action (user_id, action_type), KEY idx_created (created_at), KEY idx_notification (notification_id), KEY idx_token (push_token_hash) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_language (language), KEY ...' at line 23]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_campaigns ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) NOT NULL, image_url varchar(500) DEFAULT NULL, target_keywords varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', target_type varchar(20) NOT NULL DEFAULT 'all', target_count int(11) DEFAULT 0, budget decimal(15,2) DEFAULT 0.00, spent decimal(15,2) DEFAULT 0.00, status varchar(20) DEFAULT 'pending', priority tinyint(1) DEFAULT 0, scheduled_at datetime DEFAULT NULL, started_at datetime DEFAULT NULL, ended_at datetime DEFAULT NULL, created_by bigint(20) unsigned NOT NULL DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_language (language), KEY idx_priority (priority), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 16]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_targets ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', delivered_at datetime DEFAULT NULL, clicked_at datetime DEFAULT NULL, converted_at datetime DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_status (status), KEY idx_token (push_token_hash), KEY idx_fingerprint (guest_fingerprint) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, language varchar(10) NOT NULL DEFAULT 'en', device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, time_to_action int(11) DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_action (action_type), KEY idx_created (created_at), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Invalid default value for 'expires_at']
CREATE TABLE IF NOT EXISTS wp_najibul_process_locks ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, lock_key varchar(50) NOT NULL, locked_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, expires_at timestamp NULL DEFAULT NULL PRIMARY KEY (id) , UNIQUE KEY unique_lock_key (lock_key), KEY idx_expires (expires_at), KEY idx_lock_key (lock_key) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_t...' at line 14]
CREATE TABLE IF NOT EXISTS wp_nfs_interaction_log ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) NOT NULL DEFAULT 0, notification_id bigint(20) NOT NULL DEFAULT 0, action varchar(20) NOT NULL, type varchar(50) NOT NULL, weight int(11) NOT NULL DEFAULT 0, timestamp int(11) NOT NULL, fingerprint varchar(64) DEFAULT NULL, push_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_type (type), KEY idx_timestamp (timestamp) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY unique_follow (author_id, follower_id, language), U...' at line 20]
CREATE TABLE IF NOT EXISTS wp_author_followers ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, author_id bigint(20) unsigned NOT NULL, follower_id bigint(20) unsigned NOT NULL, follower_type varchar(20) DEFAULT 'user', push_token_hash varchar(64) DEFAULT NULL, fallback_fingerprint varchar(64) DEFAULT NULL, device_id varchar(64) DEFAULT NULL, status tinyint(1) unsigned NOT NULL DEFAULT 1, language varchar(10) NOT NULL DEFAULT 'en', notification_pref tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, follow_date datetime DEFAULT CURRENT_TIMESTAMP, unfollow_date datetime DEFAULT NULL, unsubscribe_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY unique_follow (author_id, follower_id, language), UNIQUE KEY unique_push_token_author (push_token_hash, author_id), UNIQUE KEY unique_fallback_author (fallback_fingerprint, author_id), UNIQUE KEY unique_unsubscribe_token (unsubscribe_token), KEY idx_author_status (author_id, status), KEY idx_follower_status (follower_id, status), KEY idx_language (language), KEY idx_push_token (push_token_hash), KEY idx_fallback (fallback_fingerprint), KEY idx_created (created_at), KEY idx_engagement (engagement_score), KEY idx_unsubscribe (unsubscribe_token) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_recipient (recipient_id, stat...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notification_queue ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, recipient_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', type varchar(20) NOT NULL DEFAULT 'push', channel_try tinyint(1) unsigned NOT NULL DEFAULT 0, delivery_priority tinyint(1) unsigned NOT NULL DEFAULT 0, status tinyint(1) unsigned NOT NULL DEFAULT 0, error_message text DEFAULT NULL, retry_count tinyint(1) unsigned NOT NULL DEFAULT 0, max_retries tinyint(1) unsigned NOT NULL DEFAULT 3, scheduled_at datetime DEFAULT NULL, processed_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_recipient (recipient_id, status), KEY idx_push_token (push_token_hash), KEY idx_priority (delivery_priority, status), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (us...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notifications ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) DEFAULT NULL, author varchar(255) DEFAULT NULL, thumbnail varchar(500) DEFAULT NULL, is_read tinyint(1) unsigned NOT NULL DEFAULT 0, is_important tinyint(1) unsigned NOT NULL DEFAULT 0, is_saved tinyint(1) unsigned NOT NULL DEFAULT 0, is_hidden tinyint(1) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, notification_type varchar(20) DEFAULT 'inapp', read_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (user_id, created_at), KEY idx_push_token (push_token_hash), KEY idx_created (created_at), KEY idx_important (is_important), KEY idx_saved (is_saved) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_...' at line 16]
CREATE TABLE IF NOT EXISTS wp_uafs_push_tokens ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, token text NOT NULL, token_hash varchar(64) NOT NULL, device_info varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', is_active tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, last_used timestamp NULL DEFAULT NULL, expires_at timestamp NULL DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_id, is_active), KEY idx_expires (expires_at), KEY idx_engagement (engagement_score), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (...' at line 21]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', platform varchar(20) DEFAULT 'unknown', browser varchar(20) DEFAULT 'unknown', language varchar(10) DEFAULT 'en', source varchar(30) DEFAULT 'direct', ip_hash varchar(64) DEFAULT NULL, country_code varchar(5) DEFAULT NULL, session_count int(11) unsigned DEFAULT 0, install_date datetime DEFAULT CURRENT_TIMESTAMP, last_active datetime DEFAULT CURRENT_TIMESTAMP, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (status), KEY idx_language (language), KEY idx_user (user_id), KEY idx_country (country_code), KEY idx_install_date (install_date) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY session_id (session_id), KEY idx_installation (inst...' at line 20]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_sessions ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, session_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, is_online tinyint(1) DEFAULT 0, page_url varchar(500) DEFAULT NULL, referrer varchar(500) DEFAULT NULL, user_agent text DEFAULT NULL, ip_hash varchar(64) DEFAULT NULL, start_time datetime DEFAULT CURRENT_TIMESTAMP, last_heartbeat datetime DEFAULT CURRENT_TIMESTAMP, end_time datetime DEFAULT NULL, duration int(11) unsigned DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY session_id (session_id), KEY idx_installation (installation_id), KEY idx_heartbeat (last_heartbeat), KEY idx_user (user_id), KEY idx_online (is_online, last_heartbeat) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (block...' at line 13]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_rate_limit ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, ip_hash varchar(64) NOT NULL, action varchar(30) NOT NULL, count int(11) unsigned DEFAULT 1, first_attempt datetime DEFAULT CURRENT_TIMESTAMP, last_attempt datetime DEFAULT CURRENT_TIMESTAMP, blocked_until datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (blocked_until), KEY idx_attempts (last_attempt) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_action (user_id, action_type), KEY idx_created (c...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_notification_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, notification_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, time_of_day int(11) NOT NULL, day_of_week int(11) NOT NULL, response_time int(11) DEFAULT 0, engagement_score float DEFAULT 0, device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_action (user_id, action_type), KEY idx_created (created_at), KEY idx_notification (notification_id), KEY idx_token (push_token_hash) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_language (language), KEY ...' at line 23]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_campaigns ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) NOT NULL, image_url varchar(500) DEFAULT NULL, target_keywords varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', target_type varchar(20) NOT NULL DEFAULT 'all', target_count int(11) DEFAULT 0, budget decimal(15,2) DEFAULT 0.00, spent decimal(15,2) DEFAULT 0.00, status varchar(20) DEFAULT 'pending', priority tinyint(1) DEFAULT 0, scheduled_at datetime DEFAULT NULL, started_at datetime DEFAULT NULL, ended_at datetime DEFAULT NULL, created_by bigint(20) unsigned NOT NULL DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_language (language), KEY idx_priority (priority), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 16]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_targets ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', delivered_at datetime DEFAULT NULL, clicked_at datetime DEFAULT NULL, converted_at datetime DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_status (status), KEY idx_token (push_token_hash), KEY idx_fingerprint (guest_fingerprint) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, language varchar(10) NOT NULL DEFAULT 'en', device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, time_to_action int(11) DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_action (action_type), KEY idx_created (created_at), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Invalid default value for 'expires_at']
CREATE TABLE IF NOT EXISTS wp_najibul_process_locks ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, lock_key varchar(50) NOT NULL, locked_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, expires_at timestamp NULL DEFAULT NULL PRIMARY KEY (id) , UNIQUE KEY unique_lock_key (lock_key), KEY idx_expires (expires_at), KEY idx_lock_key (lock_key) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_t...' at line 14]
CREATE TABLE IF NOT EXISTS wp_nfs_interaction_log ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) NOT NULL DEFAULT 0, notification_id bigint(20) NOT NULL DEFAULT 0, action varchar(20) NOT NULL, type varchar(50) NOT NULL, weight int(11) NOT NULL DEFAULT 0, timestamp int(11) NOT NULL, fingerprint varchar(64) DEFAULT NULL, push_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_type (type), KEY idx_timestamp (timestamp) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;


Deprecated: Creation of dynamic property CSF_Metabox::$post_formats is deprecated in /var/www/clients/client0/web1/web/wp-content/plugins/html5-video-player-pro/admin/codestar-framework/classes/metabox.class.php on line 44

Deprecated: Creation of dynamic property CSF_Metabox::$page_templates is deprecated in /var/www/clients/client0/web1/web/wp-content/plugins/html5-video-player-pro/admin/codestar-framework/classes/metabox.class.php on line 45

Deprecated: Creation of dynamic property CSF_Metabox::$post_formats is deprecated in /var/www/clients/client0/web1/web/wp-content/plugins/html5-video-player-pro/admin/codestar-framework/classes/metabox.class.php on line 44

Deprecated: Creation of dynamic property CSF_Metabox::$page_templates is deprecated in /var/www/clients/client0/web1/web/wp-content/plugins/html5-video-player-pro/admin/codestar-framework/classes/metabox.class.php on line 45

Deprecated: Creation of dynamic property CSF_Metabox::$post_formats is deprecated in /var/www/clients/client0/web1/web/wp-content/plugins/html5-video-player-pro/admin/codestar-framework/classes/metabox.class.php on line 44

Deprecated: Creation of dynamic property CSF_Metabox::$page_templates is deprecated in /var/www/clients/client0/web1/web/wp-content/plugins/html5-video-player-pro/admin/codestar-framework/classes/metabox.class.php on line 45

Deprecated: Creation of dynamic property CSF_Metabox::$post_formats is deprecated in /var/www/clients/client0/web1/web/wp-content/plugins/html5-video-player-pro/admin/codestar-framework/classes/metabox.class.php on line 44

Deprecated: Creation of dynamic property CSF_Metabox::$page_templates is deprecated in /var/www/clients/client0/web1/web/wp-content/plugins/html5-video-player-pro/admin/codestar-framework/classes/metabox.class.php on line 45

Deprecated: Creation of dynamic property CSF_Metabox::$post_formats is deprecated in /var/www/clients/client0/web1/web/wp-content/plugins/html5-video-player-pro/admin/codestar-framework/classes/metabox.class.php on line 44

Deprecated: Creation of dynamic property CSF_Metabox::$page_templates is deprecated in /var/www/clients/client0/web1/web/wp-content/plugins/html5-video-player-pro/admin/codestar-framework/classes/metabox.class.php on line 45

Deprecated: Creation of dynamic property CSF_Metabox::$post_formats is deprecated in /var/www/clients/client0/web1/web/wp-content/plugins/html5-video-player-pro/admin/codestar-framework/classes/metabox.class.php on line 44

Deprecated: Creation of dynamic property CSF_Metabox::$page_templates is deprecated in /var/www/clients/client0/web1/web/wp-content/plugins/html5-video-player-pro/admin/codestar-framework/classes/metabox.class.php on line 45

Warning: Constant NAJIBUL_SESSION_TABLE already defined in /var/www/clients/client0/web1/web/wp-content/plugins/najibul-post-type/post-types/qa.php on line 21

Notice: Function rest_validate_value_from_schema was called incorrectly. The "type" schema keyword for can only be one of the built-in types: array, object, string, number, integer, boolean, and null. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/clients/client0/web1/web/wp-includes/functions.php on line 6260

Notice: Function rest_validate_value_from_schema was called incorrectly. The "type" schema keyword for can only be one of the built-in types: array, object, string, number, integer, boolean, and null. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/clients/client0/web1/web/wp-includes/functions.php on line 6260

Notice: Function rest_validate_value_from_schema was called incorrectly. The "type" schema keyword for can only be one of the built-in types: array, object, string, number, integer, boolean, and null. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/clients/client0/web1/web/wp-includes/functions.php on line 6260

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY unique_follow (author_id, follower_id, language), U...' at line 20]
CREATE TABLE IF NOT EXISTS wp_author_followers ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, author_id bigint(20) unsigned NOT NULL, follower_id bigint(20) unsigned NOT NULL, follower_type varchar(20) DEFAULT 'user', push_token_hash varchar(64) DEFAULT NULL, fallback_fingerprint varchar(64) DEFAULT NULL, device_id varchar(64) DEFAULT NULL, status tinyint(1) unsigned NOT NULL DEFAULT 1, language varchar(10) NOT NULL DEFAULT 'en', notification_pref tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, follow_date datetime DEFAULT CURRENT_TIMESTAMP, unfollow_date datetime DEFAULT NULL, unsubscribe_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY unique_follow (author_id, follower_id, language), UNIQUE KEY unique_push_token_author (push_token_hash, author_id), UNIQUE KEY unique_fallback_author (fallback_fingerprint, author_id), UNIQUE KEY unique_unsubscribe_token (unsubscribe_token), KEY idx_author_status (author_id, status), KEY idx_follower_status (follower_id, status), KEY idx_language (language), KEY idx_push_token (push_token_hash), KEY idx_fallback (fallback_fingerprint), KEY idx_created (created_at), KEY idx_engagement (engagement_score), KEY idx_unsubscribe (unsubscribe_token) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_recipient (recipient_id, stat...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notification_queue ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, recipient_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', type varchar(20) NOT NULL DEFAULT 'push', channel_try tinyint(1) unsigned NOT NULL DEFAULT 0, delivery_priority tinyint(1) unsigned NOT NULL DEFAULT 0, status tinyint(1) unsigned NOT NULL DEFAULT 0, error_message text DEFAULT NULL, retry_count tinyint(1) unsigned NOT NULL DEFAULT 0, max_retries tinyint(1) unsigned NOT NULL DEFAULT 3, scheduled_at datetime DEFAULT NULL, processed_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_recipient (recipient_id, status), KEY idx_push_token (push_token_hash), KEY idx_priority (delivery_priority, status), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (us...' at line 21]
CREATE TABLE IF NOT EXISTS wp_uafs_notifications ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, post_id bigint(20) unsigned NOT NULL, author_id bigint(20) unsigned NOT NULL, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) DEFAULT NULL, author varchar(255) DEFAULT NULL, thumbnail varchar(500) DEFAULT NULL, is_read tinyint(1) unsigned NOT NULL DEFAULT 0, is_important tinyint(1) unsigned NOT NULL DEFAULT 0, is_saved tinyint(1) unsigned NOT NULL DEFAULT 0, is_hidden tinyint(1) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, notification_type varchar(20) DEFAULT 'inapp', read_at datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_read (user_id, is_read), KEY idx_user_created (user_id, created_at), KEY idx_push_token (push_token_hash), KEY idx_created (created_at), KEY idx_important (is_important), KEY idx_saved (is_saved) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_...' at line 16]
CREATE TABLE IF NOT EXISTS wp_uafs_push_tokens ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, token text NOT NULL, token_hash varchar(64) NOT NULL, device_info varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', is_active tinyint(1) unsigned NOT NULL DEFAULT 1, engagement_score float DEFAULT 0, last_used timestamp NULL DEFAULT NULL, expires_at timestamp NULL DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY token_hash (token_hash), KEY idx_user_active (user_id, is_active), KEY idx_expires (expires_at), KEY idx_engagement (engagement_score), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (...' at line 21]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', platform varchar(20) DEFAULT 'unknown', browser varchar(20) DEFAULT 'unknown', language varchar(10) DEFAULT 'en', source varchar(30) DEFAULT 'direct', ip_hash varchar(64) DEFAULT NULL, country_code varchar(5) DEFAULT NULL, session_count int(11) unsigned DEFAULT 0, install_date datetime DEFAULT CURRENT_TIMESTAMP, last_active datetime DEFAULT CURRENT_TIMESTAMP, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY installation_id (installation_id), KEY idx_status (status), KEY idx_language (language), KEY idx_user (user_id), KEY idx_country (country_code), KEY idx_install_date (install_date) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY session_id (session_id), KEY idx_installation (inst...' at line 20]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_sessions ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, installation_id varchar(64) NOT NULL, session_id varchar(64) NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, user_type varchar(20) DEFAULT 'guest', guest_fingerprint varchar(64) DEFAULT NULL, is_online tinyint(1) DEFAULT 0, page_url varchar(500) DEFAULT NULL, referrer varchar(500) DEFAULT NULL, user_agent text DEFAULT NULL, ip_hash varchar(64) DEFAULT NULL, start_time datetime DEFAULT CURRENT_TIMESTAMP, last_heartbeat datetime DEFAULT CURRENT_TIMESTAMP, end_time datetime DEFAULT NULL, duration int(11) unsigned DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY session_id (session_id), KEY idx_installation (installation_id), KEY idx_heartbeat (last_heartbeat), KEY idx_user (user_id), KEY idx_online (is_online, last_heartbeat) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (block...' at line 13]
CREATE TABLE IF NOT EXISTS wp_najibul_pwa_rate_limit ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, ip_hash varchar(64) NOT NULL, action varchar(30) NOT NULL, count int(11) unsigned DEFAULT 1, first_attempt datetime DEFAULT CURRENT_TIMESTAMP, last_attempt datetime DEFAULT CURRENT_TIMESTAMP, blocked_until datetime DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , UNIQUE KEY ip_action (ip_hash, action), KEY idx_blocked (blocked_until), KEY idx_attempts (last_attempt) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user_action (user_id, action_type), KEY idx_created (c...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_notification_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, notification_id bigint(20) unsigned NOT NULL, push_token_hash varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, time_of_day int(11) NOT NULL, day_of_week int(11) NOT NULL, response_time int(11) DEFAULT 0, engagement_score float DEFAULT 0, device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, created_at datetime DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user_action (user_id, action_type), KEY idx_created (created_at), KEY idx_notification (notification_id), KEY idx_token (push_token_hash) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_status (status), KEY idx_language (language), KEY ...' at line 23]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_campaigns ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, title varchar(255) NOT NULL, message text NOT NULL, url varchar(500) NOT NULL, image_url varchar(500) DEFAULT NULL, target_keywords varchar(255) DEFAULT NULL, language varchar(10) NOT NULL DEFAULT 'en', target_type varchar(20) NOT NULL DEFAULT 'all', target_count int(11) DEFAULT 0, budget decimal(15,2) DEFAULT 0.00, spent decimal(15,2) DEFAULT 0.00, status varchar(20) DEFAULT 'pending', priority tinyint(1) DEFAULT 0, scheduled_at datetime DEFAULT NULL, started_at datetime DEFAULT NULL, ended_at datetime DEFAULT NULL, created_by bigint(20) unsigned NOT NULL DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_status (status), KEY idx_language (language), KEY idx_priority (priority), KEY idx_created (created_at), KEY idx_scheduled (scheduled_at) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 16]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_targets ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, status varchar(20) DEFAULT 'pending', delivered_at datetime DEFAULT NULL, clicked_at datetime DEFAULT NULL, converted_at datetime DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_status (status), KEY idx_token (push_token_hash), KEY idx_fingerprint (guest_fingerprint) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KE...' at line 17]
CREATE TABLE IF NOT EXISTS wp_najibul_ad_analytics ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, campaign_id bigint(20) unsigned NOT NULL, user_id bigint(20) unsigned NOT NULL DEFAULT 0, push_token_hash varchar(64) DEFAULT NULL, guest_fingerprint varchar(64) DEFAULT NULL, action_type varchar(20) NOT NULL, language varchar(10) NOT NULL DEFAULT 'en', device_type varchar(20) DEFAULT NULL, browser varchar(20) DEFAULT NULL, location_country varchar(5) DEFAULT NULL, revenue decimal(15,2) DEFAULT 0.00, time_to_action int(11) DEFAULT 0, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_campaign (campaign_id), KEY idx_user (user_id), KEY idx_action (action_type), KEY idx_created (created_at), KEY idx_language (language) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [Invalid default value for 'expires_at']
CREATE TABLE IF NOT EXISTS wp_najibul_process_locks ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, lock_key varchar(50) NOT NULL, locked_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, expires_at timestamp NULL DEFAULT NULL PRIMARY KEY (id) , UNIQUE KEY unique_lock_key (lock_key), KEY idx_expires (expires_at), KEY idx_lock_key (lock_key) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_t...' at line 14]
CREATE TABLE IF NOT EXISTS wp_nfs_interaction_log ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) NOT NULL DEFAULT 0, notification_id bigint(20) NOT NULL DEFAULT 0, action varchar(20) NOT NULL, type varchar(50) NOT NULL, weight int(11) NOT NULL DEFAULT 0, timestamp int(11) NOT NULL, fingerprint varchar(64) DEFAULT NULL, push_token varchar(64) DEFAULT NULL, created_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP PRIMARY KEY (id) , KEY idx_user (user_id), KEY idx_action (action), KEY idx_type (type), KEY idx_timestamp (timestamp) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci;


Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client0/web1/web/wp-includes/class-wpdb.php:1851) in /var/www/clients/client0/web1/web/wp-content/plugins/najibul-dynamic-design/includes/google-one-tap-login.php on line 374

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client0/web1/web/wp-includes/class-wpdb.php:1851) in /var/www/clients/client0/web1/web/wp-content/plugins/najibul-dynamic-design/includes/google-one-tap-login.php on line 375

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client0/web1/web/wp-includes/class-wpdb.php:1851) in /var/www/clients/client0/web1/web/wp-content/plugins/najibul-post-type/post-types/full-form.php on line 1009

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client0/web1/web/wp-includes/class-wpdb.php:1851) in /var/www/clients/client0/web1/web/wp-content/plugins/najibul-post-type/post-types/full-form.php on line 1010

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client0/web1/web/wp-includes/class-wpdb.php:1851) in /var/www/clients/client0/web1/web/wp-content/plugins/najibul-post-type/post-types/full-form.php on line 1011

Warning: Cannot modify header information - headers already sent by (output started at /var/www/clients/client0/web1/web/wp-includes/class-wpdb.php:1851) in /var/www/clients/client0/web1/web/wp-includes/feed-rss2-comments.php on line 8
Comments on: The Silent Sacrifice https://najibul.com/en/stories/the-silent-sacrifice/ Explore the World of Knowledge Sat, 11 Oct 2025 17:21:10 +0000 hourly 1 https://wordpress.org/?v=7.1