Sync only especifics columns in SymmetricDS

57 Views Asked by At

This is my table:

ITEM_PRECO_VENDA ( ID_ITEM, ID_LOJA, PRECO, CUSTO, CIDADE)

I want to replicate only the column CIDADE, how can i do this?

Please, help.

1

There are 1 best solutions below

0
Facundo On

I found how to do: On table SYM_TRIGGER it has the column INCLUDED_COLUMN_NAMES you put the columns that you want to replicate, and it will ignore the others.