Function handle_alter_table_connector_props

Source
pub async fn handle_alter_table_connector_props(
    handler_args: HandlerArgs,
    table_name: ObjectName,
    alter_props: Vec<SqlOption>,
) -> Result<RwPgResponse, RwError>