cloudsync_is_enabled(table_name)
Description: Checks if synchronization is enabled for the specified table.
Parameters:
table_name
(TEXT): The name of the table to check.
Returns: 1 if enabled, 0 otherwise.
Example:
SELECT cloudsync_is_enabled('my_table');