Skip to main content

get_table_primary_key

Function get_table_primary_key 

Source
pub fn get_table_primary_key(table: &str) -> &'static [&'static str]
Expand description

Get the primary key column(s) for a table. Used for identifying records during diff operations.