With DDL replication turned on shareplex does not replicate alter table mofidy with not null.
These Alter tables DDLsare not replicated.
alter table test_rep.test18 modify (ID not null)
alter table test_rep.test18 modify (ID NOT null, name default XXXX)
alter table test_rep.test18 modify (name default XXXX,ID NOT null,othercol default
Software Issue
Status: Fixed in version 7.0.1.