@@ -5,7 +5,6 @@ ALTER TABLE `message` ADD COLUMN `forward_sender_name` TEXT NULL DEFAULT NULL CO
ALTERTABLE`message`ADDCOLUMN`edit_date`bigintUNSIGNEDDEFAULTNULLCOMMENT'Date the message was last edited in Unix time'AFTER`reply_to_message`;
ALTERTABLE`message`ADDCOLUMN`author_signature`TEXTCOMMENT'Signature of the post author for messages in channels'AFTER`media_group_id`;
ALTERTABLE`message`ADDCOLUMN`caption_entities`TEXTCOMMENT'For messages with a caption, special entities like usernames, URLs, bot commands, etc. that appear in the caption';
ALTERTABLE`message`ADDCOLUMN`animation`TEXTNULLCOMMENT'Message is an animation, information about the animation'AFTER`document`;
ALTERTABLE`message`ADDCOLUMN`poll`TEXTCOMMENT'Poll object. Message is a native poll, information about the poll'AFTER`venue`;
ALTERTABLE`message`ADDCOLUMN`invoice`TEXTNULLCOMMENT'Message is an invoice for a payment, information about the invoice'AFTER`pinned_message`;
ALTERTABLE`message`ADDCOLUMN`successful_payment`TEXTNULLCOMMENT'Message is a service message about a successful payment, information about the payment'AFTER`invoice`;