• To add a new column to a table and include it in an existing publication, you'll need to use ALTER TABLE <Table> ADD <Column> syntax at the publisher. By default the schema change will be propagated to subscribers, publication property @replicate_ddl must be set to true. The column must allow NULL values or include a default constraint. See Make Schema Changes on Publication Databases for more information.