|
id
|
int(11)
|
|
|
|
|
job_id
|
int(11)
|
|
|
|
|
entity_type
|
enum
|
-- |
|
|
|
entity_id
|
int(11)
|
|
|
|
|
entity_name
|
varchar(255)
|
|
|
|
|
custom_prompt
|
text
|
|
|
|
|
final_prompt
|
text
|
|
|
|
|
image_url
|
varchar(500)
|
|
|
|
|
local_path
|
varchar(255)
|
|
|
|
|
revised_prompt
|
text
|
|
|
|
|
status
|
enum
|
-- |
|
pending
|
|
error_message
|
text
|
|
|
|
|
cost_usd
|
decimal(10,6)
|
|
|
0.000000
|
|
retry_count
|
int(11)
|
|
|
0
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|
|
processed_at
|
timestamp
|
|
|
|