ALTER TABLE item_code
    ADD COLUMN weight_json TEXT NULL AFTER weight_type,
    ADD COLUMN color_width_json TEXT NULL AFTER width_type_2;
