r9051: db-type to db-kind
[clsql.git] / examples / clsql-tutorial.lisp
index 2afb0f8e020312178a86c223b2782ddd47a0cff6..bb976a7883f64c085c81cb43c72e170fdc1040a1 100644 (file)
@@ -57,7 +57,7 @@
 
 (clsql:def-view-class company ()
   ((companyid
-    :db-type :key
+    :db-kind :key
     :db-constraints :not-null
     :type integer
     :initarg :companyid)