r9952: * examples/clsql-tutorial.lisp: added missing initarg for the COMPANYID
[clsql.git] / examples / clsql-tutorial.lisp
index 5d240d58dd645df5d559ee10588d032b5057224d..118ea2023ddb2f95756e6998460ef4ffce27e8a7 100644 (file)
@@ -34,7 +34,8 @@
     :type (string 100)
     :initarg :email)
    (companyid
-    :type integer)
+    :type integer
+    :initarg :companyid)
    (company
     :accessor employee-company
     :db-kind :join