php-telegram-bot / core

PHP Telegram Bot based on the official Telegram Bot API
MIT License
3.9k stars 955 forks source link

DB PDOSTATEMENT #1343

Closed MaiconKatty2 closed 2 years ago

MaiconKatty2 commented 2 years ago

Warning: PDOStatement::execute(): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'is_premium' in 'field list' in /storage/emulated/0/Unreal/PROJECT/vendor/longman/telegram-bot/src/DB.php on line 450

Hitmare commented 2 years ago

Please add more information

What did you do? Did you Import the DB file into your SQL ? Is this occuring after a fresh install? Is this occuring after an update of the Bot?

jacklul commented 2 years ago

Looks like someone didn't run SQL migration scripts

MaiconKatty2 commented 2 years ago

bug solved