diff options
Diffstat (limited to 'lisp/sql/education.lisp')
| -rw-r--r-- | lisp/sql/education.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/sql/education.lisp b/lisp/sql/education.lisp index 96b5382..45ee2c8 100644 --- a/lisp/sql/education.lisp +++ b/lisp/sql/education.lisp @@ -7,6 +7,9 @@ ((id :initarg :id :initform nil :accessor id) + (user_id :initarg :user_id + :initform nil + :accessor user_id) (school :initarg :school :initform nil :accessor school) |
