mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 14:04:28 +01:00
3 lines
119 B
SQL
3 lines
119 B
SQL
ALTER TABLE `ttylog` CHANGE `ttylog` `ttylog` VARCHAR(100) NOT NULL;
|
|
ALTER TABLE `ttylog` ADD `size` INT(11) NOT NULL;
|