Skip to main content

get_table_comment

Function get_table_comment 

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