l only accept row based events.', REQUIRE_TABLE_PRIMARY_KEY_CHECK ENUM('STREAM','ON','OFF','GENERATE') not null COMMENT 'Indicates what is the channel policy regarding tables without primary keys on create and alter table queries', ASSIGN_GTIDS_TO_ANONYMOUS_TRANSACTIONS_TYPE ENUM('OFF','LOCAL','UUID') not null COMMENT 'Indicates whether the channel will generate a new GTID for anonymous transactions. OFF means that anonymous transactions will remain anonymous. LOCAL means that anonymous transactions will be assigned a newly generated GTID based on server_uuid. UUID indicates that anonymous transactions will be assigned a newly generated GTID based on Assign_gtids_to_anonymous_transactions_value', ASSIGN_GTIDS_TO_ANONYMOUS_TRANSACTIONS_VALUE TEXT CHARACTER SET utf8mb3 COLLATE utf8mb3_bin null COMMENT 'Indicates the UUID used while generating GTIDs for anonymous transactions', PRIMARY KEY (CHANNEL_NAME) USING HASH