powered by
dm
Get a summary of all foreign key relations in a dm
cdm_get_all_fks(dm)
A dm object.
A tibble with columns:
"child_table": child table, "child_fk_col": foreign key column in child table, "parent_table": parent table
Other foreign key functions: cdm_add_fk(), cdm_enum_fk_candidates(), cdm_get_fk(), cdm_has_fk(), cdm_rm_fk()
cdm_add_fk()
cdm_enum_fk_candidates()
cdm_get_fk()
cdm_has_fk()
cdm_rm_fk()