I have a few tables that are used as what is effectively glorified enums: read only and used primary as multi-selects in other tables. When I link to this table (let’s call it colors) from another table, it creates a two way relationship. I can see how this is useful, but it would be great if it were an option. ideally, it would mimic the SQL foreign key (that is, one direction) behavior more closely.