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.
2 parents 9b2bd9a + 03d7de6 commit 2905a9cCopy full SHA for 2905a9c
config/schema/sessions.sql
@@ -12,4 +12,4 @@ CREATE TABLE `sessions` (
12
`data` blob DEFAULT NULL, -- for PostgreSQL use bytea instead of blob
13
`expires` int(10) unsigned DEFAULT NULL,
14
PRIMARY KEY (`id`)
15
-) ENGINE=InnoDB DEFAULT CHARSET=utf8;
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
0 commit comments