X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=ed949879c440b32c3a5ffd5116845f929d994fb6;hp=6034918aa4502d691c94830ceefb22a3fd9d5ff4;hb=69df048c1413aa55d9816ad4c7d6f32ae2d6c6cc;hpb=3a18cef462f8fb90652450128cd3dff5f7feaf7f diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 6034918..ed94987 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -145,7 +145,7 @@ :type (string 30) :initarg :city) (postal-code - :column "zip" + :column zip :type integer :void-value 0 :initarg :postal-code))