ALTER TABLE category_texts ADD COLUMN name character varying(255); UPDATE category_texts SET name = wallpaper_name;