sync_temporal_table_schema(schema_name text, table_name text)


Description

Synchronizes history table schema with source table by adding missing columns. Returns JSON with details of added columns.

Parameters

Name Type Mode
schema_name text IN
table_name text IN

Definition