You can enable replication of truncate table to the replicate table when you create, refresh, or define a publication subscription.
If you do not enable replication of truncate table to the replicate table, you must execute truncate table yourself at the replicate database.
create subscription pubs2_sub for publication pubs2_sub with primary at TOKYO_DS.pubs2 with replicate at SYDNEY_DS.pubs2 subscribe to truncate table
All subscriptions to the same replicate table must use truncate table consistently. If a replicate table has a subscription that does not enable replication of truncate table and you add another subscription that does enable replication of truncate table, the publication subscription fails.
You do not need to include subscribe to truncate table when you activate and validate the publication subscription.