Is there a way of restricting what values are entered into a database column?
For instance, in the webinar the example database had "Autumn", "Spring", "Summer" and "Winter" in a column - how do I enforce that someone entering a value in this "Season" column can only enter one of those four values?
Or am I missing the point?
Solved! Go to Solution.
+1
I do this as well. Use one database to serve as entries in another, while adding additional information.
The most obvious solution is to use a Tag column and disallow tag creation.
I use Confluence DBs to create ITIL service catalogs (what services do you offer that you must maintain), and I use mostly tags. Doc type, data source, pipeline, presentation layer, unit owner, owner, etc. are all tags.