- Issue created by @gustavo.contreras
The batch table is auto_increment:
> describe batch; +-----------+------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +-----------+------------------+------+-----+---------+----------------+ | bid | int(10) unsigned | NO | PRI | NULL | auto_increment | | token | varchar(64) | NO | MUL | NULL | | | timestamp | int(11) | NO | | NULL | | | batch | longblob | YES | | NULL | | +-----------+------------------+------+-----+---------+----------------+
Possibly that site had a problem with a restored backup or some other condition.
I think this is frequently a backup, move, or restore issue where SQL settings are missed.
- 🇨🇴Colombia gustavo.contreras
The site was migrated to a new hosting about 8 months ago.
This is essentially the same issue as the one I related so I am marking it a duplicate.