Create
Query
rollpix.db
—
llm_calls
admin_users
billing_cache
gemini_models
image_usage
llm_calls
product_sessions
sqlite_sequence
stores
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into llm_calls
id
Primary key.
TEXT
request_id
TEXT
store_key
TEXT NOT NULL
ts
TEXT NOT NULL
provider
TEXT NOT NULL
model
TEXT NOT NULL
operation
TEXT NOT NULL
status
TEXT NOT NULL
plan
TEXT NOT NULL (default 'autogestionado')
input_tokens
INTEGER NOT NULL
output_tokens
INTEGER NOT NULL
api_cost
REAL NOT NULL
latency_ms
INTEGER
sku
TEXT
image_id
TEXT
job_id
TEXT
provider_request_id
TEXT
error_code
TEXT
error_message
TEXT
raw_json
TEXT
product_session_id
TEXT
session_call_number
INTEGER
mode
TEXT NOT NULL (default 'prod')
Insert
Cancel