|
id
|
int(10) unsigned
|
|
|
|
|
batch_id
|
varchar(32)
|
|
|
|
|
type
|
enum
|
-- |
|
product
|
|
item_id
|
int(10) unsigned
|
|
|
|
|
mode
|
enum
|
-- |
|
generate
|
|
keyword
|
varchar(512)
|
|
|
|
|
seeds_by_lang
|
longtext
|
|
|
|
|
languages
|
longtext
|
|
|
|
|
options
|
longtext
|
|
|
|
|
status
|
enum
|
-- |
|
pending
|
|
priority
|
tinyint(3) unsigned
|
|
|
5
|
|
attempts
|
tinyint(3) unsigned
|
|
|
0
|
|
max_attempts
|
tinyint(3) unsigned
|
|
|
3
|
|
result
|
longtext
|
|
|
|
|
error_message
|
text
|
|
|
|
|
started_at
|
datetime
|
|
|
|
|
completed_at
|
datetime
|
|
|
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
created_by
|
int(10) unsigned
|
|
|
|