X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Fclsql-tutorial.lisp;h=5d1ae7f7aed6ac93314752df9099f3db960443ac;hb=29f26325a5d91c9906117bf51fbefdf477e61451;hp=cf27468c167f71a98f3b29e838337f39d395594d;hpb=9f1b97ba188b6c065146fc2cb7e818e5c62b7175;p=clsql.git diff --git a/examples/clsql-tutorial.lisp b/examples/clsql-tutorial.lisp index cf27468..5d1ae7f 100644 --- a/examples/clsql-tutorial.lisp +++ b/examples/clsql-tutorial.lisp @@ -18,7 +18,6 @@ ((emplid :db-kind :key :db-constraints :not-null - :nulls-ok nil :type integer :initarg :emplid) (first-name @@ -32,7 +31,6 @@ (email :accessor employee-email :type (string 100) - :nulls-ok t :initarg :email) (companyid :type integer) @@ -45,7 +43,6 @@ :set nil)) (managerid :type integer - :nulls-ok t :initarg :managerid) (manager :accessor employee-manager