To use any conflict-resolution rule other than ignore, you must define the shadow columns, cdrserver and cdrtime.
For more information about update-anywhere and conflict resolution, see Update-Anywhere Replication System.
To define the shadow columns in your table, use the following statements:
CREATE TABLE table_name WITH CRCOLS;
ALTER TABLE table_name ADD CRCOLS;
To drop the cdrserver and cdrtime shadow columns, use:
ALTER TABLE table_name DROP CRCOLS;