mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 14:04:28 +01:00
Add log size to MySQL database
This commit is contained in:
@@ -46,7 +46,8 @@ CREATE TABLE `sessions` (
|
||||
CREATE TABLE `ttylog` (
|
||||
`id` int(11) NOT NULL auto_increment,
|
||||
`session` char(32) NOT NULL,
|
||||
`ttylog` mediumblob NOT NULL,
|
||||
`ttylog` varchar(100) NOT NULL,
|
||||
`size` int(11) NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user