The :req
constraint ensures columns exist. It is short hand for a :check
constraint.
e.g
[[:from :Customer]
[:req :customer/id :customer/firstname]]
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close