Skip to content

Commit e1b605b

Browse files
committed
fixing structure for mysql 5.7
1 parent 35d4e96 commit e1b605b

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
@@ -77,7 +77,7 @@ CREATE TABLE IF NOT EXISTS `callback_query` (
7777
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;
7878

7979
CREATE TABLE IF NOT EXISTS `message` (
80-
`chat_id` bigint NULL DEFAULT NULL COMMENT 'Chat identifier.',
80+
`chat_id` bigint COMMENT 'Chat identifier.',
8181
`id` bigint UNSIGNED COMMENT 'Unique message identifier',
8282
`user_id` bigint NULL COMMENT 'User identifier',
8383
`date` timestamp NULL DEFAULT NULL COMMENT 'Date the message was sent in timestamp format',

0 commit comments

Comments
 (0)