I am new to clickhouse and now I work in clickhouse migration, in three node cluster replication i created table structure manually for all replicated nodes where table structure is not replicating to other nodes but other nosql db like MONGODB, table structure also replicating to other nodes.
If we alter table structure we need to do for each node individually.
Is there any possibility to do table structure replication in clickhouse?
Thanks for any suggestion!