File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,10 +157,10 @@ can be related to--this means that entities can relate to themselves!
157157
158158You also use +:db/valueType :db.type/ref+ and lone +:db/ident+ values
159159to model enumerations, such as the user roles that you defined. These
160- enumerations are not actually schemas ; they are normal entities with a
160+ enumerations are not actually attributes ; they are normal entities with a
161161single attribute, +:db/ident+. An entity's +:db/ident+ value serves as
162162a shorthand for that entity; you may use this value in lieu of the
163- entity's +:db/id+ value in transactions and queries.
163+ entity ID (the +:db/id+ value) in transactions and queries.
164164
165165Attributes with +:db/valueType :db.type/ref+ and +:db/unique+ values
166166are implicitly indexed as though you had added +:db/index true+ to
You can’t perform that action at this time.
0 commit comments