@@ -140,17 +140,15 @@ CREATE TABLE IF NOT EXISTS `conversation` (
`user_id`bigintNULLDEFAULTNULLCOMMENT'User id',
`chat_id`bigintNULLDEFAULTNULLCOMMENT'Telegram chat_id can be a the user id or the chat id ',
`status`ENUM('active','cancelled','stopped')NOTNULLDEFAULT'active'COMMENT'active conversation is active, cancelled conversation has been truncated before end, stopped conversation has end',
`conversation_command`varchar(160)DEFAULT''COMMENT'Default Command to execute',
`conversation_name`varchar(160)NOTNULLDEFAULT''COMMENT'Name of the conversation can be the command name or a generic name for conversation between multiple commands',
`command`varchar(160)DEFAULT''COMMENT'Default Command to execute',
`data`varchar(1000)DEFAULT'NULL'COMMENT'Data stored from command',