php-telegram-bot / core

PHP Telegram Bot based on the official Telegram Bot API
MIT License
3.79k stars 949 forks source link

Bot API 7.0 #1459

Closed TiiFuchs closed 1 week ago

TiiFuchs commented 2 weeks ago

See changelog in #1446

TiiFuchs commented 2 weeks ago

It seems the checks don't work because the structure.sql has errors...

boost_id varchar NOT NULL COMMENT 'Unique identifier of the boost',

I think varchar needs a size: https://mariadb.com/kb/en/varchar/

Hitmare commented 2 weeks ago

I think varchar needs a size: https://mariadb.com/kb/en/varchar/

As far as i'm aware i've always had to set a size for varchar. In most databases VARCHAR is a fixed max size , hence why it needs a defined size