Skip to content

Instantly share code, notes, and snippets.

@tomjack
Created October 20, 2012 21:32
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 tomjack/7e2a8accb472a1af96a8 to your computer and use it in GitHub Desktop.
Save tomjack/7e2a8accb472a1af96a8 to your computer and use it in GitHub Desktop.
(attrs [:post/id :string :index :unique :identity]
[:post/title :string :fulltext]
[:post/slug :index :unique :value "URL slug"]
[:post/comments :many :ref :isComponent])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment