3 lines
80 B
MySQL
3 lines
80 B
MySQL
|
ALTER TABLE `vn`.`itemImageQueue`
|
||
|
ADD attempts INT default 0 NULL AFTER error;
|