Learn how to specify a replicate column name that is different from the primary column name.
alter replication definition publishers_rep alter columns with zip as rep_zip
You alter the existing destination table to add column rep_zip.
You drop and re-create the destination table to contain the column rep_zip in place of the original column zip.