From 29f26325a5d91c9906117bf51fbefdf477e61451 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 4 Jun 2004 18:50:19 +0000 Subject: [PATCH] r9546: remove nulls-okay from example --- examples/clsql-tutorial.lisp | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.34.1