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 295a6bc commit d134168Copy full SHA for d134168
install/setup.sql
@@ -0,0 +1,8 @@
1
+CREATE TABLE `likel_sessions` (
2
+ `id` char(128) NOT NULL DEFAULT '',
3
+ `set_time` char(10) NOT NULL,
4
+ `data` text NOT NULL,
5
+ `session_key` char(128) NOT NULL,
6
+ `iv` varchar(16) NOT NULL,
7
+ PRIMARY KEY (`id`)
8
+) ENGINE=InnoDB DEFAULT CHARSET=utf8;
0 commit comments