r9309: fix recording reversion
[clsql.git] / tests / test-init.lisp
index 6034918aa4502d691c94830ceefb22a3fd9d5ff4..ed949879c440b32c3a5ffd5116845f929d994fb6 100644 (file)
     :type (string 30)
     :initarg :city)
    (postal-code
-    :column "zip"
+    :column zip
     :type integer
     :void-value 0
     :initarg :postal-code))