ai_action_generate_image

0 rows


Description

Stores specific data about generate image actions

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
prompt LONGTEXT 2147483647 null

The text from the user that was used to generate the image

numberimages BIGINT 19 null

The number of images requested to be generated

quality VARCHAR 21

The quality of the image, e.g. hd.

aspectratio VARCHAR 20 null

The aspect ratio of the generate image, e.g landscape

style VARCHAR 20 null

The style of the image, e.g. vivid

sourceurl LONGTEXT 2147483647 null

URL of the generated response.

revisedprompt LONGTEXT 2147483647 null

The actual prompt the AI used to generate the image

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id