r9323: * db-mysql/mysql-api.lisp: Fix int vs. long slots in foreign
[clsql.git] / db-mysql / mysql-api.lisp
index 7170fda066b72a29f480c80e0dc04422eecb5c1f..c27a50eca26fd3fb363ddd823e58063d8947c4c5 100644 (file)
   (org_table (* :char))
   (db (* :char))
   (def (* :char))
-  (length :unsigned-int)
-  (max-length :unsigned-int)
+  (length :unsigned-long)
+  (max-length :unsigned-long)
   (flags :unsigned-int)
   (decimals :unsigned-int)
   (type mysql-field-types))