mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 14:10:54 +00:00
commit
b9852df51c
@ -21,7 +21,7 @@
|
||||
// mysql session support need create table as sql:
|
||||
// CREATE TABLE `session` (
|
||||
// `session_key` char(64) NOT NULL,
|
||||
// session_data` blob,
|
||||
// `session_data` blob,
|
||||
// `session_expiry` int(11) unsigned NOT NULL,
|
||||
// PRIMARY KEY (`session_key`)
|
||||
// ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
|
Loading…
Reference in New Issue
Block a user