@@ -142,8 +142,8 @@ CREATE TABLE IF NOT EXISTS `conversation` (
`status`ENUM('active','cancelled','stopped')NOTNULLDEFAULT'active'COMMENT'active conversation is active, cancelled conversation has been truncated before end, stopped conversation has end',
`command`varchar(160)DEFAULT''COMMENT'Default Command to execute',
`notes`varchar(1000)DEFAULT'NULL'COMMENT'Data stored from command',