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