sqlite-web 0.7.2
relaycat.db
messages
Create
Query
conversations
messages
users
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Rename Column
Column
Select column
id (VARCHAR)
conversation_id (VARCHAR)
user_id (VARCHAR)
role (VARCHAR)
content (TEXT)
provider (VARCHAR)
model (VARCHAR)
raw (TEXT)
response_id (VARCHAR)
prompt_tokens (INTEGER)
completion_tokens (INTEGER)
total_tokens (INTEGER)
created_at (DATETIME)
Rename to
Note: new name cannot conflict with any existing column names.
Rename column
Cancel