You may either update the table definition to specify the key or, as in this example, specify that the generated script should include the KEY IS clause by setting Auto-Detect Primary Keys to N, type REF on the command line and press ENTER.
You will then see when the script is generated that each of the target keys are specified in a KEY IS clause on the target descriptions. Those with a primary key or unique index will include the keys on the "KEY IS" clause, those that do not must be manually specified directly in the script.
- Press F3 to generate the replication script.
- You will find the KEY IS clause generated for each target Table as seen below.