Skip to content

Commit f1120ea

Browse files
committed
update comment
1 parent 6850f61 commit f1120ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structure.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ CREATE TABLE IF NOT EXISTS `edited_message` (
137137
`chat_id` bigint COMMENT 'Unique chat identifier',
138138
`message_id` bigint UNSIGNED COMMENT 'Unique message identifier',
139139
`user_id` bigint NULL COMMENT 'Unique user identifier',
140-
`edit_date` timestamp NULL DEFAULT NULL COMMENT 'Date the message was sent in timestamp format',
140+
`edit_date` timestamp NULL DEFAULT NULL COMMENT 'Date the message was edited in timestamp format',
141141
`text` TEXT DEFAULT NULL COMMENT 'For text messages, the actual UTF-8 text of the message max message length 4096 char utf8',
142142
`entities` TEXT DEFAULT NULL COMMENT 'For text messages, special entities like usernames, URLs, bot commands, etc. that appear in the text',
143143
`caption` TEXT DEFAULT NULL COMMENT 'For message with caption, the actual UTF-8 text of the caption',

0 commit comments

Comments
 (0)