interactions with referenced fields

Options
My primary table A has a field references a attribute table B which has list of string which reference different attributes that the field in table A can take on e.g. "eat", "walk", "sleep", i.e. +. I am not using enum types here. In an API to table A, can I create/update this field using text instead of the number. In the UX I will have a string list and I would pass that string via API.

Comments