| id |
int(10)
|
|
|
|
| batch_id |
varchar(32)
|
utf8mb4_unicode_ci
|
|
|
| type |
enum('product', 'category')
|
utf8mb4_unicode_ci
|
|
|
| item_id |
int(10)
|
|
|
|
| mode |
enum('enhance', 'generate')
|
utf8mb4_unicode_ci
|
|
|
| keyword |
varchar(512)
|
utf8mb4_unicode_ci
|
|
|
| seeds_by_lang |
longtext
|
utf8mb4_bin
|
|
|
| languages |
longtext
|
utf8mb4_bin
|
|
|
| options |
longtext
|
utf8mb4_bin
|
|
|
| status |
enum('pending', 'processing', 'completed', 'failed', 'cancelled')
|
utf8mb4_unicode_ci
|
|
|
| priority |
tinyint(3)
|
|
|
|
| attempts |
tinyint(3)
|
|
|
|
| max_attempts |
tinyint(3)
|
|
|
|
| result |
longtext
|
utf8mb4_bin
|
|
|
| error_message |
text
|
utf8mb4_unicode_ci
|
|
|
| started_at |
datetime
|
|
|
|
| completed_at |
datetime
|
|
|
|
| created_at |
datetime
|
|
|
|
| created_by |
int(10)
|
|
|
|