@@ -9,3 +9,47 @@ ALTER TABLE `message` ADD COLUMN `invoice` TEXT NULL COMMENT 'Message is an invo
ALTERTABLE`message`ADDCOLUMN`successful_payment`TEXTNULLCOMMENT'Message is a service message about a successful payment, information about the payment'AFTER`invoice`;
ALTERTABLE`callback_query`ADDCOLUMN`chat_instance`CHAR(255)NOTNULLDEFAULT''COMMENT'Global identifier, uniquely corresponding to the chat to which the message with the callback button was sent'AFTER`inline_message_id`;
ALTERTABLE`callback_query`ADDCOLUMN`game_short_name`CHAR(255)NOTNULLDEFAULT''COMMENT'Short name of a Game to be returned, serves as the unique identifier for the game'AFTER`data`;
ALTERTABLE`telegram_update`ADDCOLUMN`channel_post_id`bigintUNSIGNEDDEFAULTNULLCOMMENT'New incoming channel post of any kind - text, photo, sticker, etc.';
ALTERTABLE`telegram_update`ADDCOLUMN`edited_channel_post_id`bigintUNSIGNEDDEFAULTNULLCOMMENT'New version of a channel post that is known to the bot and was edited';
ALTERTABLE`telegram_update`ADDCOLUMN`shipping_query_id`bigintUNSIGNEDDEFAULTNULLCOMMENT'New incoming shipping query. Only for invoices with flexible price';
ALTERTABLE`telegram_update`ADDCOLUMN`pre_checkout_query_id`bigintUNSIGNEDDEFAULTNULLCOMMENT'New incoming pre-checkout query. Contains full information about checkout';