What could be wrong here? adding tables in MySQL (Simple query)
ALTER TABLE 'shaiyar1_almacen'.'sr_productos' ADD
'item_ali' varchar(255),
'item_cat' int(11),
'item_pack' int(11);
This is the error that returns me:
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'item_cat int(11), item_pack int(11)' at line
3