MySQL Agregar texto al campo existente

UPDATE categories SET code = CONCAT(code, '_standard') WHERE id = 1;
Healthy Hummingbird