The safest way to add columns to a versioned table is to reconcile and post all your updates,
unversion, make the table changes, and re-register the table as versioned. You can't just
alter the table, since the ADDs table will not have the parallel columns added.
- V