Skip to content

Instantly share code, notes, and snippets.

@frickm
Created February 25, 2017 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frickm/b5ff73dcb5530b6c4343b981c3ede965 to your computer and use it in GitHub Desktop.
Save frickm/b5ff73dcb5530b6c4343b981c3ede965 to your computer and use it in GitHub Desktop.
[{:db/ident :ml/name,
:db/valueType :db.type/string,
:db/fulltext true,
:db/cardinality :db.cardinality/one,
:db/unique :db.unique/identity}
{:db/ident :ml/parent,
:db/valueType :db.type/ref,
:db/index true,
:db/cardinality :db.cardinality/one}
{:db/ident :ml/superclass,
:db/valueType :db.type/ref,
:db/index true,
:db/cardinality :db.cardinality/one}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment