Do all objects in always-on databases get sync'ed between replicas?
I found Sequence Object is not. If you create a Sequence (start with 1, increment by 1 with default cache), you will find after failover, the sequence number between replicas are different, which means they didn't get sync'ed.
Should all objects in always-on database get sync'ed?