X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Fclsql-tutorial.lisp;h=bb976a7883f64c085c81cb43c72e170fdc1040a1;hb=9bbed78051e80e6ab76ae47834136035602bbbf1;hp=2afb0f8e020312178a86c223b2782ddd47a0cff6;hpb=72c5d9d0555b01290409dc2607935db823fa1f10;p=clsql.git diff --git a/examples/clsql-tutorial.lisp b/examples/clsql-tutorial.lisp index 2afb0f8..bb976a7 100644 --- a/examples/clsql-tutorial.lisp +++ b/examples/clsql-tutorial.lisp @@ -57,7 +57,7 @@ (clsql:def-view-class company () ((companyid - :db-type :key + :db-kind :key :db-constraints :not-null :type integer :initarg :companyid)