I have table A that references table B with a foreign key (int). I want all entries in table A to reference table B\'s name field (varchar) instead. How can I m
name