How to set filed unique
I want to set a field unique, but I dont't know how to do that, place help.

3 Replies
Unless I'm mistaken you cannot, unless id fields
@ruiruizhao if you want, to have this field with unique index visible the workaround described by another user in #💻︱development (https://discord.com/channels/1130383047699738754/1146466959676936192/1380385622803611781), otherwise it's not really possible without directly modifying database and adding UNIQUE constraint (there's a feature flag for unique indexes but from what I checked, there's only front-end part responsible for showing existing unique indexes of object type but no back-end part for actually adding/modifying said indexes)