From 749f294e457f124cac7b1a6adf2764fbf3b0a849 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 1 May 2004 01:26:00 +0000 Subject: [PATCH] r9182: add missing extra-slot-option --- sql/metaclasses.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/metaclasses.lisp b/sql/metaclasses.lisp index aafd3f4..95b9c11 100644 --- a/sql/metaclasses.lisp +++ b/sql/metaclasses.lisp @@ -56,7 +56,7 @@ ;;; Lispworks 4.2 and before requires special processing of extra slot and class options -(defconstant +extra-slot-options+ '(:column :db-kind :db-reader :nulls-ok +(defconstant +extra-slot-options+ '(:column :db-kind :db-reader :nulls-ok :db-constraints :db-writer :db-type :db-info)) (defconstant +extra-class-options+ '(:base-table)) -- 2.34.1