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 9b2bd9a commit 03d7de6Copy full SHA for 03d7de6
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