pub async fn get_table_comment( pool: &PgPool, schema: &str, table: &str, ) -> Result<Option<String>, Error>