I have an existing table in a replicated environment, I know there are restriction on schema changes that can be done on this table. Can I do the following.
- Add a unique constrainst on publisher and will it replicate to subscribers?
- If there is an existing unique constraint on that table, can I modify it on publisher and will modification replicate to subscribers?
TIA