HEX
Server: Apache
System: Linux server3230.server-vps.com 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
User: lzgqnjwu (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/lzgqnjwu/sites/bot.sgt.com.ua/migration_sentiment.sql
-- Sentiment columns on bot_contacts (run once in phpMyAdmin, DB lzgqnjwu_bot)

ALTER TABLE bot_contacts
    ADD COLUMN atmosphere_score TINYINT UNSIGNED NULL DEFAULT NULL AFTER telegram_blocked,
    ADD COLUMN satisfaction_score TINYINT UNSIGNED NULL DEFAULT NULL AFTER atmosphere_score,
    ADD COLUMN sentiment_flags VARCHAR(500) NULL DEFAULT NULL AFTER satisfaction_score,
    ADD COLUMN sentiment_summary TEXT NULL DEFAULT NULL AFTER sentiment_flags,
    ADD COLUMN sentiment_analyzed_at DATETIME NULL DEFAULT NULL AFTER sentiment_summary;