Create
Query
MaiBot.db
—
thinking_back
action_records
chat_history
chat_streams
emoji
emoji_description_cache
expression
image_descriptions
images
jargon
llm_usage
messages
online_time
person_info
thinking_back
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Rename Column
Column
Select column
id (INTEGER)
chat_id (TEXT)
question (TEXT)
context (TEXT)
found_answer (INTEGER)
answer (TEXT)
thinking_steps (TEXT)
create_time (REAL)
update_time (REAL)
Rename to
Note: new name cannot conflict with any existing column names.
Rename column
Cancel