We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d4e96 commit e1b605bCopy full SHA for e1b605b
structure.sql
@@ -77,7 +77,7 @@ CREATE TABLE IF NOT EXISTS `callback_query` (
77
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
78
79
CREATE TABLE IF NOT EXISTS `message` (
80
- `chat_id` bigint NULL DEFAULT NULL COMMENT 'Chat identifier.',
+ `chat_id` bigint COMMENT 'Chat identifier.',
81
`id` bigint UNSIGNED COMMENT 'Unique message identifier',
82
`user_id` bigint NULL COMMENT 'User identifier',
83
`date` timestamp NULL DEFAULT NULL COMMENT 'Date the message was sent in timestamp format',
0 commit comments