You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to set a field in a model as unique, meaning that all items must have a different value of the field. For example, I have an item with a field with the value "Hello". Currently, I can create another item with the same value in the same field, and it's fine. This is conflicting as I do not more than one item with the same names. This could be used for slugs, tokens, etc. that must be unique from the rest items in the collection. Thoughts?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It would be nice to set a field in a model as unique, meaning that all items must have a different value of the field. For example, I have an item with a field with the value "Hello". Currently, I can create another item with the same value in the same field, and it's fine. This is conflicting as I do not more than one item with the same names. This could be used for slugs, tokens, etc. that must be unique from the rest items in the collection. Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions