setup_temporal_table(schema_name text, table_name text, auto_sync boolean DEFAULT false)


Description

Sets up temporal table tracking for a table. When auto_sync is true, synchronizes history table schema with source table.

Parameters

Name Type Mode
schema_name text IN
table_name text IN
auto_sync boolean IN

Definition