In a table schema, what would be a reasonable maximum number of values to place in an enum constraint before it made more sense to create a foreign key relationship to a reference table?
For context, I’m planning to implement features to create an enum constraint from a column and create a reference table from a column.