r9804: * doc/ref-ooddl.xml: minor changes to syntax and examples entries
[clsql.git] / tests / test-init.lisp
index 2da19aa2dd46af892edcbe045fff3e28802cefd7..ac294a7e68b3de8735e92c4b5911cfa85e5a929e 100644 (file)
@@ -48,7 +48,7 @@
 (def-view-class employee (person)
   ((emplid
     :db-kind :key
-    :db-constraints :not-null
+    :db-constraints (:not-null :unique)
     :type integer
     :initarg :emplid)
    (groupid