cloudsync_disable(table_name)
Description: Disables synchronization for the specified table.
Parameters:
table_name
(TEXT): The name of the table to disable.
Returns: None.
Example:
SELECT cloudsync_disable('my_table');
Description: Disables synchronization for the specified table.
Parameters:
table_name
(TEXT): The name of the table to disable.Returns: None.
Example:
SELECT cloudsync_disable('my_table');