Is it possible to implement functionality where any input (insert/update) is validated against some column in a table or specified as a list of valid inputs? I guess you kind of get this out of the box if foreign keys are defined on your schema, but I do think the option to set this lookup manually adds a lot of value.